Alt + Enter 导入包,自动修正代码
ctrl + y 删除当前光标所在行
ctrl + d 复制当前光标所在行
ctrl + alt + l 格式化代码;
ctrl + / 单行注释 ; 再按就是取消注释
ctrl + shift + / 选中代码注释,多行注释, 再按取消注释
alt + insrt 自动生成代码, toString ,get ,set 等方法
alt + shift + 上下箭头 移动当前代码行;
shift + enter 向下插入一行
ctrl + alt + enter 向下插入一行
alt + 上下箭头 向上或向下跳到方法或者属性
来源:https://www.cnblogs.com/zxh06820/p/12445112.html