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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -