Reputation: 5399
Is it possible in IntelliJ IDEA to show folders instead of packages in project view? There is such a feature in Eclipse: we can just switch from "package explorer" to "project explorer" and here we go.
To make it more clear:
I want to see packages as hierarchy of folders.
I wanna see this:
but instead I see this:
Upvotes: 47
Views: 56029
Reputation: 4888
You can do it by going to options menu, please follow the below images.( This is not that much useful)
Upvotes: 1
Reputation: 1439
Simple, follow these steps and you should able to resolve the issue
Then
Done :-)
Upvotes: 21
Reputation: 5653
Yes you can switch "View as" from Packages to Project.
For expanding folders uncheck Compact Empty Middle Packages
Upvotes: 59