java - How to open all subclasses of a type in Eclipse IDE? -
i use ctrl + t (quick type hierarchy on right-click-menu) on class declaration see list of it's subclasses in window popup.
the problem popup it's possible open subclass @ time. cannot seem use shift , block of class' subclasses , open of editors on ide.
for now, have keep reminding myself last opened subclass , start opening next subclass.
any ideas ?
try using f4 see type hierarchy.
Comments
Post a Comment