简体   繁体   中英

How to use workspace in IntelliJ IDEA

I am familiar with eclipse. with eclipse I am able to create workspace and I used to work on that. similar to this is there any way to create workspace in intellij?. By default when importing the project the intellij is pointing actual path of the project not asking for workspace to work.

Please refer to the documentation :

No workspace

The first thing you'll notice when launching IntelliJ IDEA is that it has no workspace concept. This means that you can work with only one project at a time. While in Eclipse you normally have a set of projects that may depend on each other, in IntelliJ IDEA you have a single project that consists of a set of modules.

If you have several unrelated projects, you can open them in separate windows.

If you still want to have several unrelated projects opened in one window, as a workaround you can configure them all in IntelliJ IDEA as modules.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM