Xcode快捷鍵整理

2022-03-26 10:15:29 字數 1338 閱讀 7846

做ios開發,避免不了的就是要和xcode打交道,如果對xcode的快捷方式熟練的話,這樣會對我們專案開發速度有很大的提高。也是對你能力的一種提公升,下面就是abel整理的一些資料,希望有一些幫助:

1、檔案類

新建專案:shift  +  command  +  n

新建檔案:command  +  n

開啟專案:command  +  o

保    存:command  +  s

另  存  為:command  +  shift  +  s

關閉視窗:command  +  w

關閉檔案:command  +  shift  +  w

2、編輯類

左  縮  進:command  +  [

右  縮  進:command  +  ]

新增書籤:command  +  d

注        釋:command  +  /

建立快照:command + control  +  s

前移游標:control  +  f

後移游標:control  +  b

移動光桿到本行行首:control  +  a

移動光桿到本行行尾:control  +  e

交換光桿左右兩邊的字元:control  +  t

刪除光桿右邊的字元:control  +  d

刪除本行:control  +  k

將插入點置於視窗正中:control  +  l

在文中搜尋:command  +  f

3、除錯類

設定(取消)斷點:command  +  \

允許(禁止)當前斷點:command  +  option  +  \

檢視全部斷點:command+option  +  b

編譯並執行:command  +  return   command  +  r

編譯並排程:command  +  y

終止執行或除錯:command  +  shift  +  return

繼續:command  +  alt

編譯:command  +  b

清理:command  +  shift  +  k

編譯視窗:command  +  shift  +  b

除錯**視窗:command  +  shift  +  y

除錯控制台:command  +  shift  +  r

4、幫助類

開發手冊:command + option + ?

快速幫助:command + control + ?

另外格式化**方式:選中需要格式化** -> 右擊 ->選中 structure ->re-indent

Xcode快捷鍵整理

1.檔案 cmd n 新檔案 cmd shift n 新專案 cmd o 開啟 cmd s 儲存 cmd opt s 儲存所有檔案 cmd shift s 另存為 cmd w 關閉視窗 cmd q 退出xcode cmd shift w 關閉檔案 2.編輯 cmd 左縮排 cmd 右縮排 cmd s...

mac快捷鍵 xcode快捷鍵

快捷鍵圖示 com w關閉當前頁面 ctrl com com tab 切換程式 com option確定進入程式 option com 0開啟右邊使用工具欄 command option esc 開啟強制退出視窗 com option esc開啟強制退出 com 0 開啟導航器 com shift ...

iOS開發 XCode常用快捷鍵整理

前言 如果我們能夠掌握並巧妙地使用快捷鍵,可以大大加快我們的工作效率,這個對經常使用快捷鍵的人們來說,應該很容易理解。因此我們需要做的是,針對於自己經常使用的快捷鍵去進行記憶。我不會推薦你們去把所有的快捷鍵都記住,畢竟xcode那麼多的快捷鍵,誰會記得到那麼多啊?就算把所有記住,你將要花費多少時間?...