Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(在eclipse中)我们有一个快捷键可以从调用方法的地方跳转到方法定义,即使用F3。但是,如果我当前在方法定义中并且我想去调用或使用该方法的那个位置怎么办。这有什么捷径吗?
您可以尝试Ctrl+Shift+G哪个等效于查找参考。
Ctrl+Shift+G
或者Ctrl+Alt+H它带来了调用层次结构。
Ctrl+Alt+H
这是Ctrl + Alt + H为了调出调用层次结构。
Ctrl + Alt + H