Xcode常用快捷鍵

2021-07-05 23:53:56 字數 780 閱讀 5370

1。在xcode中,我們常常需要把某一塊兒**整體上移或者整體下移,我們可以採取如下兩種方法

1⃣️選中所要移動的**,然後採取command + x(複製)、command + v(貼上)的方式

2⃣️選中所要移動的**,然後按住option +command + [  (上移), option + command + ]  (下移)

2。當我們在模擬器上除錯程式時,我們想讓軟體回到桌面,但是模擬器上面並沒有home鍵,那該如何做才能實現home鍵相同功能呢?

1⃣️command + shift + h  (模擬回到桌面)

2⃣️command + shift + h (連續按兩次h可以切換到後台)

3。如何快速移動到程式的頂部,或者底部?

1⃣️command + ↑(鍵盤上的上下左右的「上」鍵):移動到頂部

2⃣️command + ↓(鍵盤上的上下左右的「下」鍵):移動到底部

4。xcode中如何回退到原來的**(後悔藥)

1⃣️command +z

5。偏好設定

1⃣️command + ,

6。隱藏xcode

1⃣️command + h

7。退出xcode

1⃣️command + q

8。開啟...

1⃣️command + o

9。快速開啟檔案(查詢類,方法)

1⃣️command + shift + o(字母o)

10。檢視參考文件以及api

1⃣️command + shift + 0(零)

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 儲存所有檔案 comma...