问题
(In eclipse) We have a shortcut key to jump to method definition from wherever the method is called, i.e. by using F3. But what if I am currently on the method definition and I want to go that location where the method is called or used. Any shortcut for this?
回答1:
You can try Ctrl+Shift+G
which is a equivalent to find references.
or Ctrl+Alt+H
which brings up call hierarchy.
回答2:
It's Ctrl + Alt + H
to bring up the call hierarchy.
来源:https://stackoverflow.com/questions/12348567/jump-to-method-call-from-method-definition-in-eclipse-java-perspective