使用了很久的 xcode,但是很多常用操作的快捷方式不是很熟悉,今天就在這裡簡單的總結一下常用的快捷鍵。(option ---- alt)
一、工程
command + shift + 1
退出關閉視窗:command+q,command+w
開啟偏好設定:
command + 『,』
控制台的隱藏:
command + shift + y
查詢:command + shift + option + f
隱藏左邊欄:command + 0
縮小:command + option
+ 『-'
放大:command + option + 『+'
文件和參考:command + shift + 0
工程導航器:command + 1
清理工程:command + shift + k
顯示/隱藏實用工具面板:command + option + 0
快速幫助:在類或者方法名上執行option + 左鍵
檢視某個類、關鍵字的資訊:選中檢視的類或關鍵字,command + 左鍵
二、檔案
新建專案:command + shift + n
新建檔案 :command + n
新建空檔案:command + control + n
開啟檔案:command + o
快速開啟: command + shift + o
儲存檔案:command + option + s
還原到儲存狀態:command + u
檔案跳轉欄:control + 6
切換.h和.m檔案:command + control + 上/下箭頭
三、**
剪下:command + x
複製:command + c
貼上:command + v
撤銷:command + z
全選:command + a
停止:command + .
注釋:command + /
查詢:command + f
左縮排:command + [
右縮排:command + ]
左對齊:command +
執行程式:command + r
搜尋下一處:command + g
搜尋上一處:command + shift + g
**首行:command + 上箭頭
**末行:command + 下箭頭
新增斷點:command + option + b
檢查**確保其正常工作:command + b
四、虛擬機器
退出程式 :
command + shift + h + h
關閉/彈出鍵盤:command + k 或者 command + shift + k
螢幕截圖:選中模擬器 command + s
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...