IntelliJ IDEA在启动时默认打开最后一个项目。

如何启动IntelliJ不打开最后一个项目?


当前回答

对于Mac 10.9 (Mavericks)上的Intellij 13,它也位于~/Library/Preferences/IntelliJIdea13/options/ide.general.xml。(我没有足够的声誉来为尼古拉斯的答案投票)。

其他回答

第14、15、16号:

Settings -> Appearance & Behaviour -> System Settings -> Reopen last project on startup

以前:

Settings -> General -> Startup/shutdown -> Reopen last project on startup.

在Mac上,该文件位于~/Library/Preferences/IntelliJIdea12/options/ide.general.xml

然后将reopenLastProject选项设置为false。

IntelliJ 2016。X现在将这些信息保存在自己的文件中。 在带有OSX的MacBook Pro上:

~/Library/Preferences/IntelliJIdea2016.2/options/recentProjects.xml

如果IntelliJ在启动时挂起,强制退出应用程序,然后将该文件重命名为“recentProjects.xml.bak”。

重新启动后,您将看到用于创建或打开项目的选项屏幕。

注意:实际路径可能会根据您安装的IntelliJ版本而有所不同。

IntelliJIdea2016.1/ IntelliJIdea2016.2/ IntelliJIdea2016.3/

对于最新版本的Android Studio IDE

按照下面的步骤来做

文件>设置>系统设置>单击“重新打开上一个项目”复选框>应用或确定

只要勾选复选框:

Settings -> General -> Reopen last project on startup

这是想法10。