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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -