如何在IntelliJ中找到下一个/上一个突出显示的成员?
问题描述:
当您在代码中的成员/方法上设置插入符号时,会突出显示所有出现的内容,在这些内容中导航的快捷方式是什么?谢谢。
When you set caret on member/method in code you have all its occurrences highlighted, what is a shortcut to navigate through them? Thank you.
答
编辑
| 查找
| Windows键盘映射上的查找下一个和查找上一个( F3 / Shift + F3 ) 。请注意,您需要首先明确突出显示事件(编辑
| 查找
| 突出显示文件中的用法强>)。
Edit
| Find
| Find Next and Find Previous (F3 / Shift+F3 on Windows keymap). Note that you need to highlight the occurrences explicitly first (Edit
| Find
| Highlight Usages in File).