| Desc | shortcut |
|---|---|
| 快速打开,可搜索参数,方法和类 | shift + command + o |
| 展示资源库 | shift + command + L |
| 复制当前行 | command + D |
| 展示当前文件中的所有类和方法 | control + 6 |
| 展示当前方法所有可用的参数,指针需放在方法名上 | control + space |
| 定位当前打开的文件 | command + shift + J |
| 打开代码minimap | shift + control + command + M |
| 跳转到指定行号 | command + L |
| 展示/隐藏 Previewer | option + command + enter |
| 展示/隐藏 Inspector | option + command + 0 |
| 展示/隐藏 File Navigator | command + 0 |
| 格式化选中代码 | control + i |
| 在simulator中切换虚拟键盘或者实体键盘 | command + shift + k |
| 跳到下个高亮占位符 | control + / |