Xcode命令大全

2021-06-28 14:07:56 字數 2440 閱讀 6854

一、總結的常用命令:

隱藏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

二、**寫的亂糟糟,如何自動排版?**格式化【android中 alt+shift+f】

xcode  版本:

4.2和

4.2之前的版本

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

xcode 版本:

4.2之後的版本

選中需要格式化** ,選單:-> editor -> structure ->re-indent   

或者  

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

->選中 structure ->re-indent

【注意:目前沒有發現這個命令的組合按鍵,只能右鍵選擇命令】

三、導航的快捷鍵:

解釋一下那些符號代表的按鈕:

1、切換標頭檔案和m.檔案,很實用

command + control+ 上下箭頭鍵

2、go back,回退,就是回到你上次開啟的頁面。

control+command+ 左箭頭

go forward 回到你前面開啟的頁面

control+command+ 右箭頭

四、檔案  file 操作

新建專案 command+shift+n

新建檔案 command+n

新建空檔案 command+control+n

開啟 command+o

關閉視窗 command+w

儲存所有檔案 command+option+s

還原到儲存時狀態 command+u

五、編輯**

1、**縮排

左縮排 command+[

右縮排 command+]

2、**編輯

control-f: 向右乙個字元(forward)

control-b: 向左乙個字元(backward)

control-p: 前一行(previous)

control-n: 後一行(next)

control-a: 去行首

control-e: 到行尾(end)

control-t: 調換游標兩邊的字元(transpose)

control-d: 刪除游標右側字元(delete)

control-k: 刪除本行剩餘的字元(kill)

3、文件內搜尋

command + f: 搜尋

command + g: 搜尋下一處

shift + command + g: 搜尋上一處

Xcode快捷鍵大全!

一.常用快捷鍵 1.xcode部分 win n 新建檔案 win shift n 新建工程 win o 開啟工程或檔案 win s 儲存 win shift s 另存為 win z 撤銷一步 win w 關閉工程 win q 推出xcode win b 編譯專案 win r 編譯並執行 win sh...

Xcode快捷鍵大全

一.常用快捷鍵 1.xcode部分 win n 新建檔案 win shift n 新建工程 win o 開啟工程或檔案 win s 儲存 win shift s 另存為 win z 撤銷一步 win w 關閉工程 win q 推出xcode win b 編譯專案 win r 編譯並執行 win sh...

Xcode 快捷鍵大全(實用)

為了簡化稱呼,在下邊的介紹中,cmd command ctr control up down left right 箭頭 比較扁的數字 0 數字 比較圓的字母 o 字母 cmd n 快速建立新檔案 cmd shift k 快速清理xcode 1.cmd up down 快速切換到當前檔案的 頂部 底...