1. 程式人生 > >intellij idea keymap 常用快捷鍵 內容對照

intellij idea keymap 常用快捷鍵 內容對照

keymap 中的英文描述 中文解釋
show context menu 右鍵顯示選單
duplicate entire lines 複製整行
Hide All Tool Windows 程式碼視窗最大化(eclipse中使用ctrl + m)
flod code block 摺疊程式碼
move statement down 將選中的一塊兒程式碼向下移動
move statement up 將選中的一塊兒程式碼向上移動
Find in Path 全域性查詢內容(Edit-Find-Find in Path)idea中(ctrl+shift+f/本人修改為ctrl+shift+n)
enter file name 全域性檔名稱查詢(keymap 選單下 navigate–>file 進行設定) 鄙人覺得超級好用
Reformat Code 格式化程式碼
File Structure 檔案結構(顯示java類中所有的方法)
Implementation(s) 進入實現類(ctrl + t)
Redo 恢復撤銷(windows中快捷鍵ctrl+y)
case sensitive completion 拼寫提示(設定為NONE表示不區分大小寫進行提示)
Extract Local Variable 自動補全方法的返回值(ctrl+alt+v)
方法名字上右鍵 go to – declaration 找到呼叫該方法的類(預設快捷鍵 ctrl + b)
usages 找到呼叫該方法的類(預設快捷鍵 ctrl + alt + F7 )
VCS–>Commit 快速提交程式碼(預設快捷鍵 ctrl + k)
expand 展開程式碼(願意:擴張)
collapse 摺疊程式碼(願意:摺疊)