F8 Step Over 到下一行
opt F9 Run To Cursor 到下一个断点
opt cmd R Resume Program 过
shift cmd F8 View BreakPoints 查看断点
cmd O Class… 查找类
shift cmd O File… 查找文件
shift cmd F Find in Path 全局查文本
cmd 6 TODO 未完待续
cmd E Recent Files 最近打开的文件
ctrl I Implement Methods 实现方法
cmd D Duplicate Line or Selection 复制行
cmd B Declaration 接口声明处
opt cmd B Implementation 接口实现处
opt cmd L Reformat Code 格式化
shift enter Start New Line 开启新行
opt F7 Find Usages 被谁使用了
cmd W Close 关闭当前tab页
cmd / Comment with line comment 注释
opt cmd ← Back 回到上次光标处
opt cmd → Forward 去往下次光标处
shift cmd ↑ Move Statement Up 代码上移
shift cmd ↓ Move Statement Down 代码下移