I've enabled instance highlighting in Eclipse but I'm still missing one of
my favorite features of Intellij's IDEA which is the ability to navigate
to the next / previous instance in Java source code.
Ctrl-K is not cutting it for me since it is not aware of the semantics of
whatever is highlighted. Clearly, Eclipse knows where all instances are of
a variable, but the ability to navigate between them continues to elude
me. Can this obvious feature really be missing?