| [news.eclipse.tools.jdt] Re: Find method in Super Class |
Ed Merks wrote:
Jürgen,
If you hit Ctrl-O (the letter not the number zero) twice, you'll get an overview of all the methods in the entire hierarchy and can then navigate to any one of them.
Even better is Ctrl+T
Dani
Juergen Weber wrote:
public class A { public void m() { } }
public class Z extends A { } Hi,
if you are in the editor for Z.java, how can you quickly go to the definition of m() in A.java especially if there are 10 levels of class hierarchy between A and Z? Of course, when there is an m() in D, the editor for D.java should open instead of A.java
If this cannot be done, I'd file an enhancement request.
Thanks, Jürgen