IntelliJ IDEA: Navigate to the next or previous identifier occurrence using the Alt+MouseWheel

Viewed 83

In IntelliJ IDEA 2018.1, there was this nice feature:

Ability to navigate to the next or previous identifier occurrence using the Alt+Wheel down or Alt+Wheel up shortcuts.

But, now that I've updated to the version of 2018.2.2, the same mechanism doesn't work. Checking the "Keymap" settings revealed that no entries have assigned the aforementioned shortcuts.

Please help me find the respective entry for the feature in the "Keymap" settings in the newer version.

Thanks in advance :)

1 Answers

In the latest 2018.3 EAP, the action is called: Go to next highlighted element usage. By default, it is assigned to alt+wheel down / alt+G.


In the v2018.2.2, the actions don't have any shortcuts assigned by default. To locate the entries in the "Keymap" settings, navigate to the Main menu > Edit > Find.

Related