常用 Idea 插件

╰+攻爆jí腚メ 2022-03-02 11:22 483阅读 0赞

目录

      • Alibaba Java coding GuideLines
      • .ignore
      • Find bugs
      • Free Mybatis plugin
      • Lombok
      • ASM ByteCode Outline
      • JOL
      • RainBow Brackets
      • Translation
      • SequenceDiagram
      • Zookpeer
      • Maven helper
      • RestToolKit
      • Kubernetes
      • JRebel
      • Edit Starters
      • GenerateSerialVersionUID
      • GenerateALLSetter
      • Translation

Alibaba Java coding GuideLines

  1. 代码规范插件

.ignore

  1. .ignore 文件的生成

Find bugs

  1. find bugs

Free Mybatis plugin

  1. mybatis插件,可以从dao中的方法跳转到xml

Lombok

  1. lombok

ASM ByteCode Outline

  1. asm 字节码插件

JOL

  1. java object layout 插件

RainBow Brackets

  1. 彩虹括弧

Translation

  1. 翻译插件

SequenceDiagram

  1. 时序图插件

Zookpeer

Manage ZooKeeper

Maven helper

easy way for finding and excluding conflicting dependencies
actions to run/debug maven goals for a module that contains the current file or on the root module
actions to run/debug the current test file. If maven-surefire-plugin is configured to skip or exclude the test, ‘verify’ goal will be used, see different configuration styles at https://github.com/harishkannarao/MavenSurefireFailsafeExample

RestToolKit

一套 RESTFul 服务开发辅助工具集。
1.根据 URL 直接跳转到对应的方法定义 ( Ctrl \ or Ctrl Alt N );
2.提供了一个 Services tree 的显示窗口;
3.一个简单的 http 请求工具;
4.在请求方法上添加了有用功能: 复制生成 URL;,复制方法参数…
5.其他功能: java 类上添加 Convert to JSON 功能,格式化 json 数据 ( Windows: Ctrl + Enter; Mac: Command + Enter )

Kubernetes

  1. k8s插件

JRebel

JRebel is a productivity tool that allows developers to reload code changes instantly. It skips the rebuild, restart, and redeploy cycle common in Java development. JRebel enables developers to get more done in the same amount of time and stay in the flow while coding. JRebel supports a majority of real-world enterprise java stacks and is easy to install into existing development environments.

热部署工具

Edit Starters

This plugin provides the ability to modify Spring Boot Starters.

GenerateSerialVersionUID

  1. 自动生成serialUID

GenerateALLSetter

  1. 自动生成Getter Setter方法

Translation

  1. 翻译插件

发表评论

表情:
评论列表 (有 0 条评论,483人围观)

还没有评论,来说两句吧...

相关阅读

    相关 IDEA

    *常用工具支持** Java日常开发需要接触到很多常用的工具,为了便于使用,很多工具也有IDEA插件供开发使用,其中大部分已经在IDEA中默认集成了。例如maven、g...