ctrl + d 向下复制
Alt + Enter IntelliJ IDEA 根据光标所在问题,提供快速修复选择,光标放在的位置不同提示的结果也不同 (必备)
Alt + Insert 快捷生成get、set、toString之类的构造方法
ctrl + d 向下复制
ctrl + y 删除
ctrl + alt + u 查看类图
ctrl + alt + b 查看接口实现类
ctrl + shift + f 或者 edit --> find --> find in path 全局搜索代码片段
ctrl + q 查看方法说明
ctrl + alt + L 代码整理
ctrl + h 查看接口实现类
ctrl + n 查看类
ctrl + e 打开最近的文件,常用的文件
Ctrl+Shift+Alt+N 查找类
Ctrl+Shift+N 查找文件
参考文档:https://blog.youkuaiyun.com/caoPengFlying/article/details/78971807
https://jingyan.baidu.com/article/29697b9163ac7dab20de3cbf.html