Search code examples
eclipseintellij-idea

In IntelliJ is there any package/class browser like Eclipse's Java Browsing perspective?


Being a long-time Eclipse power user, I'm totally addicted to the Smalltalk-style package and class browser it presents in the Java Browsing perspective. Is there anything similar for IntelliJ?

enter image description here

Note: I'm not looking for IntelliJ's Project window; that's more like Eclipse's Package Explorer or Project Explorer.


Solution

  • You can achieve something similar with opening these tool windows:

    • Structure (View > Tool Windows > Structure);
    • Type Hierarchy (Navigate > Type Hierarchy)
    • Project, but choose its "Packages" view
    • Favorites, and add the whole project as a favorite (either with drag and drop or via right-clicking it)

    Then you can rearange the windows to match your preference - see attached screenshot.

    enter image description here