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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -