tags:

views:

24

answers:

1

The Eclipse Outline View only displays the active class's methods/variables.

Is it possible to/How do I also display the active class's parent class's methods/variables (and maybe that class's parent's methods/variables, and so on) in the Outline View?

+1  A: 

Not in 'Outline' view but 'Hierarchy' view:

Select your class name and click F4(Open Hierarchy view), You'll see 'Hierarchy' view and click 'Show all inherited members'.

卢声远 Shengyuan Lu
Shengyuan Lu: Thank you!
sjogren_me