IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

Full of dry goods, all plugins are searched and installed in plugins in ctrl+alt+s

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

1. CodeGlance code mini zoom diagram plugin

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

2 、 Codota

Code hint tool, after scanning your code, perfect hint according to your percussion

Codota completes lines of code based on millions of open source Java programs and your context, helping you to code faster with fewer errors.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

installation:

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

3、Material Theme UI

Then I recommend this by the way, there are a lot of theme plugins, various colors, various modes, you can try it if you are interested, I will not cut the picture

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

4、Alibaba Java Coding Guidelines

Alibaba's coding protocol check plugin

Check your coding habits to make you more standardized

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

Search in plugins, I won’t take screenshots

5、 Alibaba Cloud Toolkit

Quickly deploy to the server, super recommended

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

6、GenerateAllSetter

Quickly generate get set

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

7、idea zookeezper

The idea plug-in for managing zookeeper This code is modified according to https://github.com/linux-china/zookeeper-intellij, which solves some npe exceptions

You can view zk node information graphically, very simple

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

8. JRebel hot-loading plug-in is also super awesome, it is charged. .

JRebel is a productivity tool that allows developers to immediately reload code changes. It skips the rebuild, restart, and redeployment cycles that are common in Java development. JRebel allows developers to complete more work in the same amount of time and keep coding smoothly. JRebel supports most real-world enterprise Java stacks and is easy to install into existing development environments.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

9. Json Parser json string formatting tool, no need to open the browser

Tired of opening a browser to format and validate JSON? Why not install JSON Parser and do it in an IDE with offline support? JSON Parser is a lightweight plugin for validating and formatting JSON strings. Install and spread :)

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

10. Lombok is so awesome, everyone should be using it

You only need to add annotations, such as get set, toString, and so on. No need to write

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

11 、 JUnitGenerator

Automatically generate test code.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

12. MyBatis Log Plugin God level

Replace according to the execution of sql? Display complete sql, directly copy and paste to the database to execute

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

13, MyBatisCodeHelperPro is super awesome

Support mapper mutual jump, automatic method generation, automatic code generation

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

The various prompts of just input a fin are processed, and mapper.xml will be generated for you when you choose a carriage return.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

You can also automatically generate xml, mapper service, and add, delete, modify, and check codes based on database tables. All tables can be generated in one build. Really super awesome.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

14. RESTfultoolkit finds the controller according to the url

A set of RESTful service development tools. Search for the official account of Java bosom friend, reply to "back-end interview", and send you a copy of Java interview questions.pdf

  1. Jump directly to the corresponding method definition according to the URL (Ctrl \ or Ctrl Alt N );
  2. Provides a display window of Services tree;
  3. A simple http request tool;
  4. Added useful functions to the request method: copy the generated URL;, copy the method parameters...
  5. Other functions:
  • Add the Convert to JSON function to the java class to format the json data (Windows: Ctrl + Enter; Mac: Command + Enter).
  • Support Spring system (Spring MVC / Spring Boot 1.x, 2.x)
  • Support JAX-RS
  • Support Java and Kotlin languages.

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

15, Translation translation plug-in is very ugly

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

Translate Chinese, so you don’t have to bother to name the interface

IntelliJ IDEA recommended 15 god-level super awesome plug-ins (for personal use, who knows who uses it)

Guess you like

Origin blog.51cto.com/14957073/2542508