**1.快速打開 **Command+Shift+O
**2.顯示項目導(dǎo)航器 **Command + Shift + J
3.輔助編輯器 -頂部菜單中選擇Callers
**4.跳轉(zhuǎn)到方法 **Control + 6
**5.瀏覽文檔 **Option + 點擊
**6.范圍編輯 **Ctrl+Command+E
**7.Source Control ** - Show Blame for Line
相關(guān)快捷鍵:
局部折疊(折疊一個函數(shù)) :Command+Option+Left/Right
全局折疊(折疊當前文件下的全部函數(shù)):Shift+Command+Option+Left/Right
折疊注釋塊:(/* */之間的文字) : Ctrl+Shift+Command+Left/Right