eclipse ctrl+k equivalent shortcut in IntelliJ

Solution 1:

Find word at caret, default is Ctrl+F3, can be changed in File | Settings | Keymap:

Find word at caret

Solution 2:

You will need 2 Steps to archive a similar behavior:

Step 1:

Press Ctrl+F3 to start a search for the current selectet text (if no text is selected then the whole word will be taken).

Step 2:

Press F3 to jump to next occurrence or Shift+F3 to jump to the previous.

This approach will even continue the search for the text if you switch to another file. Just press F3 and you will jump to the next occurrence in the other file.

Solution 3:

Shift+F3 works for me in Android Studio / IntelliJ, in eclipse we were using Ctrl+K