Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
8.2, 9.0
-
None
-
None
Description
The Java Call Hierarchy panel allows to restrict the methods shown by it in 2 ways:
- Show methods of all the open projects.
- Show methods of the current project.
I believe that it would be good to count with an additional option, which allowed to show only the methods of the current class and its inner classes.
This feature would be useful for that times when you have multiple small methods and/or multiple inner classes. Without this option, it's hard to distinguish which methods belong to the current class(es).
Thank you.