Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display parent(s) methods/variables in Outline?

Tags:

java

eclipse

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

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

like image 452
sjogren_me Avatar asked Oct 28 '10 08:10

sjogren_me


People also ask

How do I display a method in eclipse?

-Or- press Ctrl+Shift+T (for a type) or Ctrl+Shift+M (for a method). The "Open Type/Method" dialog will appear. If a type/method was previously selected in the editor or outline views, it will be displayed.

How do I show an outline in eclipse?

The Outline View is displayed by default as part of the PHP Perspective. To manually open the view, go to Window | Show View | Other | PHP Tools | Outline.


1 Answers

For completeness: pressing Ctrl-O in an editor opens the outline view as a popup. Pressing Ctrl-O again adds all inherited methods to the popup.

like image 117
joe Avatar answered Oct 04 '22 15:10

joe