Bertie
Bertie

Reputation: 17697

How to open all subclasses of a type in Eclipse IDE?

I usually use Ctrl + T (Quick Type Hierarchy on the right-click-menu) on a class declaration to see a list of it's subclasses in a window popup.

The problem with this popup is that it's only possible to open up a subclass at a time. I cannot seem to use shift and block all of the class' subclasses and open all of their editors on the IDE.

For now, i have to keep reminding myself what is the last opened subclass and start opening the next subclass.

Any ideas ?

Upvotes: 5

Views: 1273

Answers (1)

Kevin Bowersox
Kevin Bowersox

Reputation: 94459

Try using F4 to see the type hierarchy.

Upvotes: 6

Related Questions