- Command+[ 左移代码块
- Command+] 右移代码块
- Tab键 接受代码自动完成提示
- Esc键 显示代码提示菜单
- Control+.(半角句号) 循环浏览代码提示
- Shift+Control+.(半角句号) 反向循环浏览代码提示
- Command+Control+S 创建快照
-
Control+F 前移光标(Foreward)
- Control+B 后移光标(Backward)
- Control+P 移动光标到上一行(Previous)
- Control+N 移动光标到下一行(Next)
- Control+A 移动光标到本行行首(Ahead)
- Control+E 移动光标到本行行尾(End)
- Control+T 交换光标左右两边的字符(Transpose)
- Control+D 删除光标右边的字符(Delete)
- Control+K 删除本行(Kill)
- Control+L 将光标置于窗口正中央
- Command+Shift+O 打开Open Quickly窗口
- Command+Control+向上方向键 打开相配套的文件
- 按住Option键双击鼠标 搜索文档
- Command+Y 激活/禁用断点
- Command+Control+Y 继续运行(在调试器中有效)
- F6 跳过
- F7 跳入
- F8 跳出