Shortcut to navigate between highlighted usages

前端 未结 4 1168
抹茶落季
抹茶落季 2021-02-13 23:15

According to this page navigating between highlighted usages:


(source: jetbrains.com)

can be done using F3 or Ctrl+

相关标签:
4条回答
  • 2021-02-13 23:41

    Install the Identifier Highlighter plugin.

    It's a must have plugin for IntelliJ, and is always the very first thing I do to a fresh IDEA installation. I can't understand why this hasn't become part of core IntelliJ yet.

    0 讨论(0)
  • 2021-02-13 23:43

    F3 and Shift+F3 work just fine here. Highlighted usages do not differ from search occurrences in this context.

    0 讨论(0)
  • 2021-02-13 23:52

    I've found on mac that Ctrl + G works for this purpose well. It actually selects the occurrence for you, which is fine for me. Shift + Ctrl + G for the previous occurrence.

    On Windows/Linus this should be Alt + J and Shift + Alt + J respectively.

    0 讨论(0)
  • 2021-02-13 23:56

    For linux key mapping setup in IDEA go to next occurrence are Ctrl+L. Alt+J is for selection for next occurrence.

    0 讨论(0)
提交回复
热议问题