In Visual Studio + Resharper, I could hit Alt+Home
to go from a method to the corresponding base class or interface declaration, and Alt+End
to go from a base declaration to the implementation in a derived class. I could navigate source code pretty quickly, even when everything used interfaces rather than concrete classes.
Is this doable in Eclipse? I tried the type hierarchy, but it's far too slow to be useful for me.