IntelljIdea shortcut 記錄

切換至IntellJIdea

雖然我是Eclipse的死忠粉,但是也擋不住大家都在用IntellJIdea,於是我也開始嘗試使用IntellJIdea了,本文將記錄其中高頻使用的快捷鍵。
使用系統: macos

shortcut

cmd + e: 最近打開的文件
cmd+ctrl +e: 最新修改的文件
cmd +w: 關閉文件
cmd + o : 查找類
cmd + f: 在當前文件中查找
cmd + r: 在當前文件中進行替換
cmd + fn + f9: compile the project
cmd + l: jump to the specific line
cmd + b: 打開類的定義
cmd + y: 類定義的小窗
cmd + ctrl +f: 全屏
cmd + shift + f: find in path
ctrl + j: 查看註釋
cmd + /: 註釋代碼
option + enter: auto import
ctrl + shift + r: run the code

idea vim shortcut

H: top line in the window
G: the firstling of the file
L: the bottom line in the window
zz: the middle of the fine
M: the middle of the window
xxG: move the 10 line, etc
s/pattern/new value/g :

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章