gpt4 book ai didi

java - eclipse 中的快捷方式

转载 作者:行者123 更新时间:2023-11-29 10:01:31 26 4
gpt4 key购买 nike

eclipse中有没有键盘(鼠标)快捷键可以查看:

  1. 从哪个类调用了特定方法(即从被调用类导航到调用类)。

  2. 哪个类扩展了特定类(即从父类导航到子类)。

提前致谢。

最佳答案

这里我有一些eclipse的导航和代码信息快捷方式

Ctrl+Alt+h   Open Call Hierarchy
Ctrl+u Find occurrences of expression in current file
Ctrl+move over method Open Declaration or Implementation
Ctrl+o Show code outline / structure
F2 Open class, method, or variable information (tooltip text)
F3 Open Declaration: Jump to Declaration of selected class, method, or parameter
F4 Open Type Hierarchy window for selected item
Ctrl+t Show / open Quick Type Hierarchy for selected item
Ctrl+Shift+t Open Type in Hierarchy

如需更多捷径,请前往 HERE

关于java - eclipse 中的快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25519543/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com