Xcode 常用快捷鍵

2021-06-20 03:07:16 字數 1190 閱讀 9271

隱藏xcode command+h

退出xcode command+q

關閉視窗 command+w

關閉所有視窗 command+option+w

關閉當前專案 command+control+w

關閉當前檔案 command+shift+w

儲存檔案 command+s

儲存所有檔案 command+option+s

還原到儲存時狀態 command+u

專案中查詢 command+shift+f

查詢下乙個 command+g

查詢上乙個 command+shift+g

瀏覽原始檔 command+double click 

開啟標頭檔案 command+shift+d 

切換頭/原始檔 command+option+上箭頭

撤銷 command+z

重複 command+shift+z

剪下 command+x

複製 command+c

貼上 command+v

貼上並匹配格式 command+option+shift+v

全選 command+a

注釋 command+/

檔案首行 command+上箭頭

檔案末 command+下箭頭

行首 command+左箭頭

行末 command+右箭頭

上一單詞 option+左箭頭

下一單詞 option+右箭頭

上一拆分單詞 control+左箭頭

下一拆分單詞 control+右箭頭

tab :接受**提示

esc :顯示**提示選單

下個build警告或錯誤 command+=

前個build警告或錯誤 command+shift+=

以除錯方式執行程式 command+y

繼續(在除錯中)command+option+p

編譯執行 command+r

xcode  版本:4.2和4.2之前的版本

選中需要格式化** -> edit -> format ->re-indent

xcode 版本:4.2之後的版本

選中需要格式化** -> editor -> structure ->re-indent 或者

選中需要格式化** -> 右擊 ->選中 structure ->re-indent

xcode常用快捷鍵

command shift i 除錯進入 command shift o 跳過 command shift p 繼續執行 command shift t 退出當前斷點 conmand 提示 control command 開啟斷點狀態 control 新增 刪除斷點 command 注釋 comma...

XCode常用快捷鍵

xcode常用快捷鍵 隱藏xcode command h 退出xcode command q 關閉視窗 command w 關閉所有視窗 command option w 關閉當前專案 command control w 關閉當前檔案 command shift w 儲存檔案 command s 儲...

Xcode常用快捷鍵

一 總結的常用命令 隱藏xcode command h 退出xcode command q 關閉視窗 command w 關閉所有視窗 command option w 關閉當前專案 command control w 關閉當前檔案 command shift w 儲存檔案 command s 儲存...