局部变量变全局变量(Extract field) command + option + F
滚动到顶部快捷键 fn + command + 左箭头(右箭头滚动到底部)
查看代码实现类 command + option + B
选择代码块抽取方法 command + option + M
补全当前语句,添加缺失的圆括号、大括号、花括号和格式等 Command+Shift+Enter
重新格式化代码 command+option+L
重命名 shift + F6(按住fn)
选中代码 option + 向上箭头(向下箭头)
移动当前行代码 Command + Shift + 向上箭头(向下箭头)