Reputation: 85
Previously I used Eclipse, but now I am using Intellij IDEA. But I can't understand one thing. In Eclipse I have SETs in which I have a group of projects. At all I have a lot of different small projects to which I have simultaneous access and I see them all in the Package Explorer. In Intellij IDEA I see only one project, and this is not convenient for me.
Does Intellij IDEA have an analogue Package Explorer? How can I see many projects in one window?
Upvotes: 1
Views: 1987
Reputation: 16099
I believe you cannot open multiple unrelated projects in one window like you do in Eclipse.
You'd need to open them in multiple windows, File > Open ...
and you'll choose a new window. I also wished Intellij could open multiple projects in single window. But now I get used to it. Just click CMD + ` to switch between Intellij instances on OSX.
If they're modules of your project, then you can add them from File > New > Module From Existing sources...
Upvotes: 1