eclipse ctrl+k equivalent shortcut in IntelliJ

后端 未结 9 2077
挽巷
挽巷 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:08

    You need to first do Ctrl+F on the selected word, now this gets cached then you can use the Ctrl+L and ctrl+shitf+L for going down and up respectively. This is already present. its just that instead of ctrl+K you got use ctrl+L. small change same effect

提交回复
热议问题