Xcode 快捷键使用
文章目录
【注意】最后更新于 July 19, 2020,文中内容可能已过时,请谨慎使用。
State “DONE” from “TODO”
State “TODO” from “DONE”
State “DONE” from “CANCEL”
新建 Tab 页: command + t
- 关闭 tab 页: command + w
- 左右切换 tab 页: shift + command + [ 或 ]
- 预览所有 tab 页: shift + command + \
- 选中激活 tab 页: command + .
editer 编辑器
- 新建 contrl + command + t
- 切换编辑区: control + `
- 激活编辑区: command + j
- 激活下一个区域:alt + command + `
- 激活下一个编辑区: control + `
- 在新编辑区打开:alt + command + ,
- 关闭文件 buffer: contrl + command + w
- 关闭编辑器:control + alt + command + w
帮助
- help–>search : shift + command + /
- 文档 search: shift + command + 0
只显示编辑区: command + return
打开 swiftUI 实时预览: alt + command + return
显示所有操作: shift + command + a
编辑所有关键字: control + command + e
文件检查器: alt + command + 0
定位导航页: shift + command + j
structure: 代码结构快捷键
- 格式化 control + i
- 前后对齐: command + ]/[
- 整行上下移:alt + commnad + ]/[
- 添加注释: command + /
- 添加文档注释: alt + command + /
code folder
关闭/打开代码块: alt + command + <- / ->
关闭/打开备注/方法/函数: control +alt + command + <- / ->selection
多行选择编辑: control + shift + 上下键切换 scheme
control + 0 : 选择
control + command + [ ] 上一个/下一个debug
打开输出台:shift + command Y
激活输入台:shift + command C
counie: control + commmand Y
counie line:control +command C
下一步: F6
进入: F7
退出:F8
文章作者 iTBoyer
上次更新 2020-07-19