用了太多年Eclipse,切換到IDEA很多快捷鍵都找不到澈驼,做點小筆記走搁。
一独柑、代碼補全和格式化
1、control + space? 代碼補全
2私植、command + shift + enter? 補全括號或者必要的格式
3忌栅、option + command + L? 格式化代碼
二、當前代碼操作
1曲稼、command + Z? 還原代碼
2索绪、command + shift + Z 恢復還原的代碼(相當于eclipse中的+Y功能)
3、command + shift + U? 代碼轉(zhuǎn)換為大寫
4贫悄、command + D? 復制當前行
5瑞驱、command + X 刪除當前行(就是剪切)
6、shift + option + 向上/下箭頭 代碼上移/下移
7窄坦、command + /? ?注釋代碼? //格式??
8唤反、command + option + /? 注釋代碼?/**/ 格式
三凳寺、類和方法操作
1、control + i? 實現(xiàn)接口中的方法
2彤侍、option + enter 導入jar包(還沒找到一次性導入所有jar包的快捷鍵)
3肠缨、command + R? 尋找并替換
4、command + shift + B? 查看接口/方法的實現(xiàn)類
5盏阶、command + option + H? 查看方法變量被誰引用
6晒奕、command + option + 向上/下箭頭? 切換到之前之后的類
7、command + option + {/}? 切換到之前之后修改內(nèi)容的地方
今天先記錄一部分名斟,后續(xù)一些常用的再繼續(xù)完善脑慧。