Visual Studio like member hierarchy? Follow
Answered
Is there something like this in IntelliJ or a plugin? I know there is hierarchy, but their purpose is different and it doesn't allow member level selection.
Please sign in to leave a comment.
Please clarify. How is that different from Call or Method hierarchy features?
https://www.jetbrains.com/help/idea/2016.1/viewing-structure-and-hierarchy-of-the-source-code.html
Method hierarchy is giving me the list of classes in which the currently selected method is present (base classes, interfaces, etc.).
But I want a type of menu which lists the methods of the current class. What I want to do is, that I have a large file with many methods, so I want a type of list of methods (or fields also, if possible), and selecting one of them takes me to its implementation.
Is something like this possible?
Sure, please see https://www.jetbrains.com/help/idea/2016.1/structure-tool-window-file-structure-popup.html.
Thanks a lot.