In Visual Studio + Resharper, I could click Alt+Hometo switch from a method to the corresponding base class or interface declaration, and Alt+Endgo from the base declaration to the implementation in the derived class. I could quickly navigate the source code, even when everything was using interfaces, not specific classes.
Is this doable in Eclipse? I tried a type hierarchy, but it's too slow to be useful to me.
source
share