java - Eclipse - Shortcut that toggles between Caller and Callee Hierarchy -


eclipse provides shortcut "ctrl + alt + h" opens call hierarchy. find helpful, however, find myself needing toggle between caller hierarchy, , callee hierarchy. there way without mouse-clicking on respective icons?

from caller callee:

i "ctrl + click" trace down. or "ctrl + t" check implementations of interface.

from callee caller:

i put cursor inside callee's method name: "ctrl + shift + g" search callers.


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -