實(shí)用技巧
- 切換頭文件和m.文件萍肆,很實(shí)用
Command + control+ 上下箭頭鍵 - go back 回到你上次打開的頁面。
control+command+ 左箭頭 - go forward 回到你前面打開的頁面
control+command+ 右箭頭
操作文件
- 新建項(xiàng)目 command+shift+n
- 新建文件 command+n
- 新建空文件 command+control+n
- 打開 command+o
- 關(guān)閉窗口 command+w
- 保存所有文件 command+option+s
- 還原到保存時(shí)狀態(tài) command+u
編輯代碼
-
代碼縮進(jìn)
- 左縮進(jìn) command+[
- 右縮進(jìn) command+]
-
代碼編輯
- control-A: 去行首
- control-E: 到行尾(end)
- control-T: 調(diào)換光標(biāo)兩邊的字符(transpose)
- control-D: 刪除光標(biāo)右側(cè)字符(delete)
- control-K: 刪除本行剩余的字符(kill)
-
搜索
- Command + F: 搜索
- Command + G: 搜索下一處
- Command + Shift + G: 搜索上一處
- 項(xiàng)目中查找 command+shift+F
- 查找替換 command+control+f
-
其他
- open某文件:command+o
- 在新窗口中打開 command+option+o
- 重構(gòu) command+shift+j (選中方法名)
- 插入斷點(diǎn):command+豎線
- go to line command+l
- 折疊所有方法:command+option+shift+左箭頭
- 展開所有方法:command+option+shift+右箭頭
- 折疊當(dāng)前方法:command+option+左箭頭
- 展開當(dāng)前方法:command+option+右箭頭
- 收起左邊工具欄:command+數(shù)字0
- 關(guān)閉全部斷點(diǎn):command+Y
- Bulid Results command+shift+b
- Bulid command+b
- Clean command+shift+k
- 注釋 command+/
- 文件首行 command+上箭頭
- 文件末 command+下箭頭
- 行首 command+左箭頭
- 行末 command+右箭頭
- 上一單詞 option+左箭頭
- 下一單詞 option+右箭頭
- 刪除前一單詞 option+delete