Reputation: 8182
IntelliJ comes with the capability of showing a class' "structure", i.e. the list of all signatures of methods and properties arranged neatly into a sortable overview.
Problem is that once displayed, it will change to display the structure for whatever class is active. Meaning if you have two classes opened in split-view and you want to work on one looking at the structure of the other ... you can't. Or at least you can't without constantly switching back to the other class.
Is there a way to "lock" the structure view to a certain class?
Upvotes: 3
Views: 613
Reputation: 6014
There is already feature request created on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-178175
Upvotes: 1
Reputation: 82
No, I don't think so. You could fold all methods of the class source so that only the method signatures remain, but that is not sortable.
Upvotes: 0