Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 559
Tomasz Nurkiewicz Avatar asked Jun 01 '11 09:06

Tomasz Nurkiewicz


2 Answers

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.

like image 107
Daniel Alexiuc Avatar answered Sep 22 '22 02:09

Daniel Alexiuc


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

like image 36
user3632566 Avatar answered Sep 21 '22 02:09

user3632566