構(gòu)建應(yīng)用程序:Command + B
運(yùn)行app:Command + R
清理工程:Command + Shift + K
打開(kāi)Xcode首選項(xiàng):Command + ,
文檔與幫助:Command + Shift +0(ZERO)
快速幫助:在類(lèi)或者方法名上執(zhí)行Option + Left-click操作
在文檔中搜索:Option + 雙擊
顯示代碼提示菜單:Esc
注釋或取消注釋?zhuān)篊ommand + /
創(chuàng)建文件:Command + N
文件中查找:Command + F
查找下一個(gè):Command + G
查找上一個(gè):Command +Shift + G
文件中替換:Command + Option + F
移動(dòng)光標(biāo)至本行行首:Ctrl + A
移動(dòng)光標(biāo)至本行行尾:Ctrl + E
刪除光標(biāo)右邊的一行:Ctrl + K
刪除光標(biāo)右邊的一個(gè)字符:Ctrl + D
單步調(diào)試(step over):F6
單步進(jìn)入(step into):F7
跳出函數(shù)(step out):F8
顯示/隱藏導(dǎo)航器面板:Command + 0
顯示/隱藏實(shí)用工具面板:Command + Option + 0
搜索導(dǎo)航器(Find Navigator,也就是搜索:Command + Shift + F
文件跳轉(zhuǎn)欄:Control + 6(鍵入方法/變量名 + Enter跳轉(zhuǎn))
快速打開(kāi):Command + Shift + O
縮進(jìn)/展開(kāi)方法:Command + Option + Left-Arrow/Right-Arrow
.h and .m文件間的快速切換:Command + Ctrl + Up-Arrow