idea 保存设置 新建项目,如何设置默认的项目位置在IntelliJ IDEA的所有项目?

时间:2025-03-28 07:59:46

I'm wondering if there is a way to set the default location for all IntelliJ projects, something similar to the workspace concept in Eclipse?

Because I always need to change the IDEA project location when I create a new project.

解决方案Intellij's Project is equivalent to a Eclipse Workspace

Intellij's Modules are equivalent to Eclipse Projects

Instead of creating different projects in Intellij ( & consequently having to change project locations), create new modules within the same project. Just remember to increase the memory settings for the IDE since all the modules within the same project share the memory space.

You can learn more about this from the intellij help section