java - 是否有 "light version"IntelliJ IDEA 可以在没有项目的情况下编辑文件?

标签 java intellij-idea ide editor

可以从单个文件的命令行调用 ItelliJ IDEA - 如下所述:

但是,您似乎必须向 IntelliJ 提供一个项目,如下所述:

In the command line, type the following:

[IntelliJ IDEA] [path1] --line [number] [path2]

where:

[IntelliJ IDEA] is the platform-specific product launcher
[path1] is the path to the project that contains the desired file
[number] is the number of the line, where the caret should rest
[path2] is the path to the file to be opened

有没有办法将 IntelliJ IDEA 的“精简版”用作纯文件编辑器没有项目

IntelliJ IDEA 是某些文件类型的特别好的编辑器,例如 Java、XML、HTML ......项目开销。有时我需要跨项目编辑文件。

最佳答案

更新:现在支持使用 LightEdit模式。


原答案:

目前不可能,有相关请求(创建于 2010 年 12 月 11 日),您可以投票给:

关于java - 是否有 "light version"IntelliJ IDEA 可以在没有项目的情况下编辑文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43045478/

相关文章:

c - 给出 5 个参数,但在终端中只得到 3 个参数

支持 Mercury 的 IDE 或编辑器

java - Discord-JDA:如何获取加入服务器的用户的数据?

java - 扫描仪在 Mac OSX 终端中无法正常工作

java - 带有 Spring Data 的 cassandra

java - IntelliJ 13 中带注释方法的返回类型的结构搜索

java - 如何获取 1 个 IntelliJ 项目的输出并导入到另一个项目?

java - Java C/C++项目编译IDE

java - 什么 Java 函数 offsetByCodePoints 真正接受参数?

java - 在 Spark 中运行大连接时,执行程序运行超出内存限制