[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: How to goto next instance

Alex wrote:
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?


Please let me know if it's possible!

Thanks,

Alex


Click the yellow downward arrow will do it.(Short cut is Ctrl and "." pressing same time; Ctrl and "," other direction). If you click the black arrow head, you can choose occurrences, errors, warnings, search etc.