以下快捷键都是系统默认的。
复制行:command+d windows:ctrl+d
删除行:command+退格键(delete) windows:ctrl+y
生成get.set(Generate):command+n windows:alt+insert
智能类型补全(SmartType):command+shift+空格
Introduce variable : option+回车
自动补全:command+shift+回车
上下移动:command+shift+上下方向键
返回上个位置 keymap名称 back:1.command+[ 2.option+command+左方向键
返回下个位置 keymap名称 forward:1.command+] 2.option+command+右方向键
格式化代码:option+command+l
清除无用的导入:control+option+o
大小写转换:command+shift+u
查看类或方法的具体实现(implementation): option+command+b
隐藏侧边窗口:shift+esc
关闭当前页面: command+w
调试
运行(run):ctrl+r
debug:ctrl+d
下一步:f8
恢复运行:option+command+r
推断表达式: command+f7