一、關於執行除錯
1、執行,停止,都在工具欄的product裡。
command + r 執行。
command + . 停止
2、f6單步除錯、f7跳入,f8繼續, 和eclipse,vs類似
二、導航
這是導航裡的快捷鍵
到這裡要解釋一下,有的同學可能不知道裡面的符號代表什麼,那個花鍵大家都知道,是command鍵,其他的幾個鍵那,怎麼在鍵盤上找不到呢?不著急,看圖:
其實分別是咱們常用的option 、control、shift鍵。
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、文件內搜尋 c
ommand + f: 搜尋
command + g: 搜尋下一處
shift + command + g: 搜尋上一處
iOS XCode實用快捷鍵
關閉視窗 command w 左縮排 command 右縮排 command 專案中查詢 command shift f 查詢下乙個 command g 查詢上乙個 command shift g 用選擇的查詢 command e go to line command l 檔案首行 command ...
iOS XCode實用快捷鍵
關閉視窗 command w 左縮排 command 右縮排 command 專案中查詢 command shift f 查詢下乙個 command g 查詢上乙個 command shift g 用選擇的查詢 command e go to line command l 檔案首行 command ...
iOS Xcode 快捷鍵總結
聯絡人 石虎暱稱 嗡嘛呢叭咪哄 專案 專案中標籤切換 command 數字0 類瀏覽command shift c 新組 command option n 分組 command option g 撤銷分組 command option shift g 新增專案 command option a 偏好...