What is the shortcut to find next occurrence of a word in IntelliJ IDEA? -


in eclipse keyboard shortcut find next occurrence of word in file ctrl + k . finds occurrence of selected word in file 1 one in loop. equivalent keyboard shortcut intellij idea? if not can configure how?

first you'll have highlight symbol pressing ctrl+shift+f7.

then press f3 or shift+f3 no navigate between highlighted symbols.

when done press esc exit highlight searching.

it described on highlightning usages in intellij web help.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -