User1291
User1291

Reputation: 8182

IntelliJ -- Show class structure... of a different class

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

Answers (2)

y.bedrov
y.bedrov

Reputation: 6014

There is already feature request created on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-178175

Upvotes: 1

Michiel Pelt
Michiel Pelt

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

Related Questions