【发布时间】:2020-07-18 06:05:54
【问题描述】:
在 Eclipse IDE 中,我可以将任何文件夹作为常规项目导入。 打开速度非常快(没有任何构建器/编译器),我可以在编译之前或期间从命令行开始浏览编辑文件,因为某些项目可能需要大量时间进行初始设置,因为需要从 Internet 下载许多依赖项.
它只是创建了一个.project 文件
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>projectname</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
问题:如何在 IntelliJ IDEA 或任何其他 Jetbrains IDE 中将文件夹作为项目打开? (不用配置使用什么样的builder等)
【问题讨论】:
-
你试过文件 |在 2019.3.4 IntelliJ IDEA 版本中打开...?
标签: eclipse intellij-idea pycharm