is there a shortcut like in eclipse "command+k" and "command+shift+k" to jump to the next/last occurence of the highlighted text ? I want to jump only in my editor window.
There's an easier way, just place your caret on the word you want to search, no need to select it, and press Ctrl+F3 .... Now you can keep pressing F3 to find next occurances .. Pretty cool :)
Keyboard shortcut is: Main menu | Edit | Find | Find Word at Caret
The only thig I found is when the Find diolog is open with the highlighted in the current search then the down arrow key works.
So I use Ctrl + w to highlight the word at the cursor, Ctrl + f to find then the down arrow to scroll.
Hi Andreas,
1) Select the desired text and press Ctrl+F (or whatever shortcut you have for Edit | Find | Find ...)
2) Now you can use F3 and Shift+F3 for going to Next / Previous occurrence
You can customise all these shortcuts in File | Settings | Keymap
Andriy,
Thanks for your help!:)
There's an easier way, just place your caret on the word you want to search, no need to select it,
and press Ctrl+F3 .... Now you can keep pressing F3 to find next occurances .. Pretty cool :)
Keyboard shortcut is: Main menu | Edit | Find | Find Word at Caret
rafib,
Thanks for sharing!