emannuelbs
emannuelbs

Reputation: 71

IntelliJ IDEA can show maven projects like eclipse?

In eclipse i could add any package in classepath and the "Package Explorer" shows these packages in the root of the view. I ask, can i do something similar to this in IntelliJ IDEA? Because by default i have to navigate manually to the src/main/java, and i want that folder appear on root of the "Projects View".

Sorry by the english.

Upvotes: 3

Views: 1132

Answers (1)

maba
maba

Reputation: 48105

Just change the view in Project Tool Window from Project view to Packages view.

Project view:

enter image description here

Packages view:

enter image description here

Upvotes: 5

Related Questions