mr.nothing
mr.nothing

Reputation: 5399

IntelliJ IDEA folders instead of packages in project view

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:
enter image description here

but instead I see this:

enter image description here

Upvotes: 47

Views: 56029

Answers (3)

subhashis
subhashis

Reputation: 4888

You can do it by going to options menu, please follow the below images.( This is not that much useful)

Options menu One enter image description here Three

Upvotes: 1

Karthik H
Karthik H

Reputation: 1439

Simple, follow these steps and you should able to resolve the issue

Step 1

Then

Step 2

Done :-)

Upvotes: 21

chalimartines
chalimartines

Reputation: 5653

Yes you can switch "View as" from Packages to Project.

Packages

Project

For expanding folders uncheck Compact Empty Middle Packages

enter image description here

Upvotes: 59

Related Questions