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 - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -