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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -