IDEA 必备插件
Alibaba Java Coding Guidelines:阿里规范扫描器,提升代码规范,避免低级错误
CamelCase:变量名转换(小驼峰、大驼峰、蛇形)
CodeGlance Pro:代码地图概览
GenerateAllSetter:一键生成变量 set
GitToolBox:git 工具,展示当前行修改人
GsonFormat-plus:json 格式转换 Java 实体
jclasslib Bytecode viewer:class 字节码阅读器
Jrebel and XRebel:热部署插件
LeetCode Editor:力扣插件
Maven Helper:Maven 插件
MyBatisCodeHelperPro / MyBatisX:必备的 MyBatis 插件
Rainbow Brackets:彩虹括号
Statistic:代码统计
Translation:划词翻译
IDEA 设置
调整窗口字体显示大小
- 勾选上 Settings | Editor | General 下的 Change font size with Command + Mouse Wheel 选项之后,我们就可以直接使用
⌘+鼠标滚轮
(Mac)/Ctrl+鼠标滚轮
(Windows&Linux)来更改窗口字体的大小
自动导包&删除无用包
- 勾选上 Settings | Editor | General | Auto Import 下的 Add unambiguous imports on the fly 以及 Optimize imports on the fly 即可!
显示方法分割线
- 勾选上 Settings | Editor | General | Appearance 下的 Show method separators 选项之后,方法分割线就有了,这会小幅提高代码的可读性。
注释格式
- Settings - Editor - Code Style - Java - Code Generation
工具
截图工具
- Snipaste
代码生成器
- MybatisPlus Generator