Does IntelliJ have a package / class browser, for example, the prospect of viewing Java Eclipse?

As a long-awaited user of Eclipse, I am completely dependent on the Smalltalk-style package and the class browser that it represents in the Java perspective . Is there something similar for IntelliJ?

enter image description here

Note. I am not looking for an IntelliJ project window; which is more like Eclipse Package Explorer or Project Explorer.

+4
source share
1 answer

You can achieve something similar by opening these tool windows:

  • Structure (View> Toolbar> Structure);
  • Type Hierarchy (Navigation> Type Hierarchy)
  • Project, but select its Packages view
  • ( )

- . .

enter image description here

+4

Source: https://habr.com/ru/post/1606863/


All Articles