# idea-plugins **Repository Path**: aoheng/idea-plugins ## Basic Information - **Project Name**: idea-plugins - **Description**: idea插件记录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2021-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # idea-plugins ## 介绍 idea插件,持续更新ing ### IDEA插件集成(持续更新中) 必装 ### Translation 翻译插件,现支持Google翻译、有道翻译。 Jrebel 热部署插件 ### Alibaba Java Coding Guidelines 阿里巴巴Java规范插件,可实时检查代码规范,代码规范文档见:Java开发手册(嵩山版).pdf Git:https://github.com/alibaba/p3c/tree/master/idea-plugin ### Maven Helper Maven依赖分析功能,非常好用。 ### GsonFormat json->object,提高三方接口对接开发效率。 ### RestfulToolkit Restful工具集,支持SpringMVC下的URL导航到对应方法等。 ### Lombok plugin Lombok必备。GitHub ### SequenceDiagram 生成方法调用的时序图 https://www.cnblogs.com/QuestionsZhang/p/11319529.html ### String Manipulation 字符串处理,提供驼峰、下划线,base64、md5 ### SonarLint 静态代码质量本地扫描插件 ### CheckStyle-IDEA This plugin provides both real-time and on-demand scanning of Java files with CheckStyle from within IDEA. ### Codota 代码智能提示工具,提供查找代码片段的功能。强力推荐,贼好用。 ### PlantUML(程序员画图神器) 画UML工具,后续可以考虑用该插件画 UML 图,可以做到 UML 跟着项目走。 ### Rainbow Brackets 彩虹括号,在有多个括号的情况下,不会看花眼。 ### Convert YAML and Properties File YAML 和 Properties 格式互转 ### Free Mybatis plugin(mybatis集成必装) 提供xml和dao层的互相跳转功能,mapper生成xml ### Mybatis Log Plugin(mybatis集成必装) 控制台输出SQL语句 ### Save Actions 保存时自动格式化代码、优化import ### Git Commit Template Git提交模板 ### HighlightBracketPair 高亮显示光标所在代码块对应的括号 选装 .ignore .ignore文件支持 ### BashSupport Linux Bash支持 ### Docker integration Docker支持 ### JMH plugin JMH基准测试支持插件 ### ANSI Highlighter log文件高亮支持 ### Ideolog 快速跳转到日志文件中Error位置等 https://blog.csdn.net/linzi1994/article/details/83009666 ### CodeGlance 预览文本,参见 sublime ### VisualVM Launcher 运行时启动 visualvm , jvm 本地调试、调优用 ### GenerateAllSetter 生成一个对象所有 set 法调用并赋上默认值,如果用了 lombok 就没啥用了。 ### MyBatisCodeHelperPro mybatis代码自动生成插件(收费),强力推荐,贼好用,已用几年。 ### Material Theme UI 眼睛舒适的主题,部分主题真心不错,个人还是挺推荐的。 ### IDEA Mind Map IDEA 思维导图工具。 ### Git Flow Integration Git Flow 集成 ### Key Promoter X IDEA快捷键提示工具 ### Grep Console 通过expression表达式过滤日志、给不同级别的日志或者给不同pattern的日志加上背景颜色与上层颜色 ### leetcode-editor 力扣刷题神器,可以直接关联leetcode账号 ### Presentation Assistant 快捷键操作可视化展示 ### JunitGenerator V2.0 自动生成junit4单元测试用例 ### Junit5Helper 自动生成junit5单元测试用例