CamelCase
链接
https://plugins.jetbrains.com/plugin/7160-camelcase
https://github.com/netnexus/camelcaseplugin
介绍
提供下划线、驼峰等代码风格的切换。快捷键是⇧ + ⌥ + U / Shift + Alt + U
GsonFormatPlus
链接
https://plugins.jetbrains.com/plugin/14949-gsonformatplus
https://github.com/mars-men/GsonFormatPlus
介绍
根据JSON字符串,自动生成实体
Json Helper
链接
https://plugins.jetbrains.com/plugin/13873-json-helper
介绍
直接在 IDE 中操作 JSON 字符串
支持
- 格式化、压缩JSON
- 转义、反转义JSON
MapStruct Support
链接
https://plugins.jetbrains.com/plugin/10036-mapstruct-support
https://github.com/mapstruct/mapstruct-idea/
介绍
这个插件会帮助你更好的使用MapStruct,比如提供代码跳转服务
Maven Helper
链接
https://plugins.jetbrains.com/plugin/7179-maven-helper
https://github.com/krasa/MavenHelper/
介绍
可以可视化的分析和排除冲突依赖关系
MyBatis Log Free
链接
https://plugins.jetbrains.com/plugin/17898-mybatis-log-free
https://github.com/starxg/mybatis-log-plugin-free
介绍
将mybatis sql日志恢复为原始的完整可执行sql。
PlantUML Integration
链接
https://plugins.jetbrains.com/plugin/7017-plantuml-integration
https://github.com/esteinberg/plantuml4idea
介绍
可渲染PlantUML的图形,并且提供代码提醒与高亮
SonarLint
链接
https://plugins.jetbrains.com/plugin/7973-sonarlint
https://github.com/SonarSource/sonarlint-intellij
介绍
代码质量检测
SonarLint 是一个免费的 IDE 扩展,可以实时查找和修复编码问题,并在编码时标记问题,就像拼写检查器一样。它不仅仅是一个检查工具,还提供丰富的上下文指导,帮助开发人员了解出现问题的原因、评估风险并指导他们如何解决问题。这有助于提高他们的技能,提高他们的生产力,并掌控他们的代码,将 linting 提升到一个不同的水平。
SpotBugs
链接
https://plugins.jetbrains.com/plugin/14014-spotbugs
https://github.com/JetBrains/spotbugs-intellij-plugin/
介绍
代码质量检测
IntelliJ SpotBugs 插件提供静态字节代码分析,可从 IntelliJ IDEA 中查找 Java 代码中的错误。 SpotBugs 是一种 Java 缺陷检测工具,它使用静态分析来查找 400 多种错误模式,例如空指针取消引用、无限递归循环、Java 库的错误使用和死锁。
Statistic
链接
https://plugins.jetbrains.com/plugin/4509-statistic
介绍
显示代码行数等统计数据
GitHub Copilot
链接
https://plugins.jetbrains.com/plugin/17718-github-copilot
介绍
编码时提供来自 AI 结对程序员的自动完成式建议,由 OpenAI 提供支持。