现在很多程序员标配都是MAC,咱也不能总在虚拟机里办公哈
ctrl+space/ ctrl+alt+space 智能提示
alt+command+L 格式化代码
command+S 保存
command+d 复制当前行
command+x 删除当前行
alt+enter 智能补全
command+f 查找
command+/ 或 command+Shift+/ 注释(// 或者/*...
command+j 自动代码
shift+command+up/down 代码向上向下移动
alt+command+t 包含代码块
ctrl+alt+o 去掉无用的导包
shift+command+u 大小写转换