Jump to method call from method definition in eclipse [Java perspective]

China☆狼群 提交于 2019-12-05 13:49:25

问题


(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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!