1、CodeGlance
右侧显示 代码地图。(类似sublime)
2、Lombok plugin
各种注解简化开发实体。
3、Rainbow Brackets
彩虹括号。
4、Alibaba Java Coding Guidelines
代码检测:阿里p3c
SonarLint
代码检测
5、activate-power-mode OR Power mode II
输入特效
6.Translation
翻译,支持google,百度,youdao
7.MyBatisX
mapper/xml 互相跳转, xml规范检测、
8.GenerateAllSetter
实体所有的get/set方法,避免重复写代码
MyBatis Log Free
mybatis 日志转sql
9.CamelCase (单词转换格式插件)
作用:CamelCase可以轻松地将各种不同格式转换成指定的格式
自己用的,留着整理