Display new project in IntelliJ

Answered

Hi!

Im used to Netbeans but moved over to intellij. In Netbeans I got all my projects in the Project tab, just like in IntelliJ.

If I create a new project in NetBeans, the project is added to the list. But if I do the same in IntelliJ I get the question if I want to open the new project in the existing or in a new window.

In both cases my other projects dissapears from the project list.

 

How can I just add the new project to the list just like in NetBeans?

0
1 comment

Please see https://www.jetbrains.com/help/idea/2016.3/eclipse.html (the same applies to NetBeans users):

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.

0

Please sign in to leave a comment.