When I\'m editing a Java class in Eclipse, when my cursor is over a class variable, I can do Ctrl+T to have a popup that shows all its parents and subc
Ctrl+U - go to base class
Ctrl+Alt+B - got to implementation. Type parts of class name to narrow down the list
Ctrl+H - open type hierarchy tool window
Ctrl+Alt+U - peek class/interface inheritance hierarchy