Xcode使用設定相關 快捷鍵

2021-09-30 15:11:04 字數 2517 閱讀 8096

快照:   command+control+s   編輯完了可以和之前的某個版本對比,通過file->snapshots

除錯時的快捷鍵也像大多數 ide 靠攏了,採用了 f5、f6、f7 簡單按鈕,只是對於 macbook 可沒這麼簡單,因為需搭配 fn 鍵才是相應的 f5、f6、f7 等。

debug 時 continue 在 xcode3 中是 option + command + p,現在是 control + command +y

1.  esc                自動完成, 作用和vs中的ctrl+j類似,像 eclipse 的 alt+/

2.  command + /                 注釋**和反注釋,用 //,相當於 eclipse 的 ctrl+/

3.  control + command + 上/下箭頭  快速在標頭檔案(.h)和實現檔案(.m)之間切換

4.  command + b             編譯程式,不執行

5.  command + r        編譯並執行程式

6.  command + shift + b         分析**,找到潛在記憶體溢位問題

7.  command  + 單擊         跳轉到宣告

8.  option + 單擊             彈出層中顯示幫助資訊

9.  option + command + 左/右 方向鍵,摺疊/開啟當前方法

10.  control + command + f           xcode 全屏,在 lion 上支援

11. command + **** + y             開啟/關閉控制台視窗

12. control + k              清理控制台

13. control + command + 左/右方向鍵,在歷史的上/下乙個檔案中切換

或用兩個手指左右滑動

command 代替 pc 鍵盤上的許多操作,像 ctrl+v, ctrl+c, ctrl+z,都該用 cmd+v, cmd+c, cmd+z

14. tab          接受當前的自動完成

15. 雙擊中括號或者大括號,可以選擇相應的封閉語句塊

16. command - shift - o: 快速搜尋開啟檔案

17. control 配合 1/2/3/4/5/6 鍵 : 可以快速開啟相關檔案/類或**,我常用 control+1 顯示開啟的檔案,control+6 顯示當前類中的變數或方法,都可以輸入來過濾

18. command 配合 1/2/3/4/5/6/7 依次顯示左邊導航中每乙個標籤的子檢視,commandco+ 0 開啟或關閉左邊導航

19. option + command 配合 1/2/3/4/5/6 依次開啟右邊屬性視窗的每乙個標籤檢視,特別是在 xib 時 常用,用 option + command + 0 關閉右邊屬性視窗

20. command + shift + j 在左邊導航中定位當前開啟的檔案

21.  command + return 切換到標準編輯器

22.  option + command + return 切換到輔助編輯器,左右可以對比,特別方便編輯 xib 時進行拖拉關聯

23. command+shift+f        進行 search

24. f7            除錯時 step into

25. f6            除錯時 step over

26. f8            除錯時 step out

27. control + command + y : debug斷點時continue

28. command + \  : 當前行設定/取消斷點

29. command + y  全域性啟用或禁用所有的斷點

30. command+ 左/右方向鍵 跳到行首/行尾

31. option + 左/右方向鍵 向前/後跳乙個單詞

32. option + delete 向前刪除乙個單詞

33. fn + option + delete 向後刪除乙個單詞

34. command + delete 刪除當前行中游標前所有字元

35. fn + command + delete 刪除當前行中游標後所有字元

下面幾個暫作收藏

control + /   :   切換到下乙個佔位符(自動完成的時候)

control + .   :   下乙個自動完成提示

command + e   :   使用當前選中內容查詢

command + g   :   在當前檔案中查詢下乙個

command- + shift + f   :   在專案中查詢

command + option + shift +t   :   在groups&files裡定位到當前編輯的檔案

. control+ a  :  游標跳轉到行首

. control +e   :  游標跳轉到行尾

. command+ g   : 向下查詢

. command+shift+g   : 向上查詢

Xcode使用設定相關 快捷鍵

快照 command control s 編輯完了可以和之前的某個版本對比,通過file snapshots 除錯時的快捷鍵也像大多數 ide 靠攏了,採用了 f5 f6 f7 簡單按鈕,只是對於 macbook 可沒這麼簡單,因為需搭配 fn 鍵才是相應的 f5 f6 f7 等。debug 時 c...

Xcode快捷鍵設定

xcode的快捷鍵 win command ctrl control alt option xcode相關 關於xcode 可設偏好設定 command 清空快取 可設隱藏xcodecommand h 隱藏其它 command option h 顯示全部 可設退出xcodecommand q 檔案相...

xcode快捷鍵使用

xcode 是蘋果公司 開發的程式設計軟體,是開發人員建立 os x 和 ios 應用程式的最快捷的方式。xcode 具有統一的使用者 介面設計,編碼 測試 除錯 都在乙個簡單的 視窗內完成。檔案1 常用 cmd n 新檔案 cmd shift n 新專案 資料夾裡新建資料夾 cmd o 開啟 cm...