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