博主常用的 idea 插件,建议收藏!!!

博主常用的 idea 插件,建议收藏!!!

一、Key Promoter X

  • **快捷键提示工具:**每次操作,如果有快捷键,会提示用了什么快捷键。
博主常用的 idea 插件,建议收藏!!!_第1张图片 博主常用的 idea 插件,建议收藏!!!_第2张图片

二、Maven Helper

  • maven 助手:展示 jar 包依赖关系
博主常用的 idea 插件,建议收藏!!!_第3张图片 博主常用的 idea 插件,建议收藏!!!_第4张图片

三、Lombok

  • 只需加上注解 什么get set 什么toString 等等方法都不需要写
博主常用的 idea 插件,建议收藏!!!_第5张图片

四、MyBatisCodeHelperPro

  • 支持mapper互跳,方法自动生成,代码自动生成
博主常用的 idea 插件,建议收藏!!!_第6张图片

只输入了一个fin 的各种提示就处理了,当你选择一个回车的时候 mapper.xml 也就给你生成了

博主常用的 idea 插件,建议收藏!!!_第7张图片

五、RESTfultoolkit

  • 根据url 查找controller:Ctrl \ or Ctrl Alt N(快捷键,详情请查看官网说明)
博主常用的 idea 插件,建议收藏!!!_第8张图片

六、Translation

  • 翻译插件:Ctrl Shift O or Ctrl Shift Y
博主常用的 idea 插件,建议收藏!!!_第9张图片

七、.ignore

  • 过滤提交到仓库的文件类型
博主常用的 idea 插件,建议收藏!!!_第10张图片

八、Spring Boot configuration

  • yml、properties写配置的时候自动提示,且支持跳转

博主常用的 idea 插件,建议收藏!!!_第11张图片

博主常用的 idea 插件,建议收藏!!!_第12张图片

你可能感兴趣的:(工具使用,intellij-idea,java,ide)