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.
当您想在 java 中打开类/函数/变量的声明时,您可以按 Ctrl 并单击它,但是有没有办法反过来呢?如果您必须找到调用函数或变量的所有实例,您将如何快速获得?
在 Windows 和 Mac 上,右键单击该方法,然后选择“打开调用层次结构”。
您可以将其用于方法以外的标识符。例如,如果一个类没有显式构造函数,您可以使用它来查找其默认构造函数的所有调用者。
Ctrl++Alt向H您显示使用或调用变量或方法的所有位置。