In IntelliJ 10.5 I have \"Highlight usages of element at caret\" enabled. When a variable/method/etc is selected, is there a way to move to the next and previous occurrence?
Look for next occurrence @ Keymap
^G = "select" the variable that you want to search for
^G
[shift]⌘G = [previous]next occurrence of selected variable
[shift]⌘G
All credits to @Igor Wojda for his comment in the accepted answer.