| [news.eclipse.tools.jdt] Re: Find method in Super Class |
Jacek,
Unless you press Ctrl+T over method signature. Then classes that don't implement it are grayed.
Ed Merks wrote:Dani,
That shows the hierarchy, but doesn't show any methods, so I'm not sure it would be so helpful for quickly finding m()...
Daniel Megert wrote: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