command + [ ]
// 2. 向上或向下移动代码
Option(alt) + command + [
// 3. 快速注释/取消注释
command + /
// 4. 快速添加文档注释
Option(alt) + command + /
// 5. 快速收缩/打开代码块
Option(alt) + command + ←
// 6. 快速收缩/打开所有代码块
Option(alt) + Shift + command + ← / Option(alt) + Shift + command + →
// 1. 返回至上一次光标位置
Ctrl + command + ← , Ctrl + command + → // 2. 快速查看当前class的方法 Ctrl + 6 // 3. 打开控制台 Shift + command + R // 4. 删除选中的整行 Ctrl + Y