Reputation: 71
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
Reputation: 48105
Just change the view in Project Tool Window from Project
view to Packages
view.
Project
view:
Packages
view:
Upvotes: 5