Search code examples
intellij-idea

Shortcut to navigate between highlighted usages


According to this page navigating between highlighted usages:

highlighted usage
(source: jetbrains.com)

can be done using F3 or Ctrl+L and Shift+F3 or Ctrl+Shift+L keyboard shortcuts, to navigate to the next and previous usages respectively.

However these shortcuts are by default used to navigate between search occurences (Ctrl+F), not highlighted usages, and indeed this is how they work. Is there any other way to navigate between highlighted usages using keyboard?


Solution

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