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 中单击变量、对象等并从上下文菜单中选择“引用 --> 项目”时,我会看到一个引用所述对象的方法列表。但是,如果一个函数有多个引用,则结果显示为:
functionName(signature) (x matches)
双击结果将我带到第一场比赛,似乎没有办法找到剩余的比赛。我究竟做错了什么?
在搜索视图中使用带有向上/向下箭头的按钮,它们将带您进入上一个/下一个搜索结果,与代码结构、文件位置等无关。
无法进一步扩展 Java 方法的搜索结果树。