eclipse ctrl+k equivalent shortcut in IntelliJ

后端 未结 9 1931
挽巷
挽巷 2021-02-01 13:49

In Eclipse, if the cursor is over a word and you press Ctrl+K you will jump to the next occurrence of that word in the file.

Is there a si

9条回答
  •  野的像风
    2021-02-01 14:06

    I think Android Studio/IntelliJ doesn't play that well, for me, I changed Android Studio Keymap to Eclipse as I used to (My collection tips) and to use Ctrl+K, I press search the string first:

    • Select the text we want to search
    • Press Ctrl+F, Enter
    • Then can use: Ctrl+K in any file we are on

    That's what I'm doing, hope can help someone with that.

提交回复
热议问题