It is highly recommended that several IDEA development necessary plug-ins are very easy to use.

1、CodeGlance

   It is more convenient to drag to browse the code, and there is a magnifying glass function.
Insert picture description here

2、RestfulToolkit

   A set of auxiliary tools for RESTful service development, perfect replacement for postman.

  • Jump directly to the corresponding method definition according to the URL (or Ctrl Alt N);
  • Provides a display window of Services tree;
  • A simple http request tool;
  • Added a useful function to the request method :: Copy to generate URL, copy method parameters ...
  • Other functions :: Add Convert to JSON function to java class to format json data;
    Insert picture description here

3、Easy Code

   It can directly generate entity, controller, service, dao, mapper from the data table, without any coding, simple and powerful.
Insert picture description here

4、GsonFormat

   Json to Java class, the plug-in can speed up the development progress, very convenient to use and high efficiency.
Insert picture description here

5、Statistic

   Statistics plugin to view your code data. For example, the total number of lines of code for the entire project, respectively count the total number of lines of each type of file.
Insert picture description here

6、Rainbow Brackets

   It can realize the same color of the paired brackets, and realize the function of highlighting the code of the selected area. It is helpful for enhancing the fun of writing code and troubleshooting.
Insert picture description here

7、Translation

   Very good translation plugin, supports Google, Youdao and Baidu translation.
Insert picture description here

8 、 Lombok

   It is mainly used to simplify and reduce the writing of code. Make the code look more clear and concise. Only need to add comments, no longer write get, set, toString, equals and hashCode methods.
Insert picture description here

9、Maven Helper

   It is very convenient to use it to find maven dependencies, it can display the dependency structure, and it is easy to find and handle dependency conflicts.
Insert picture description here

10、Alibaba Java Code Guidelines

   Alibaba's code specification plug-in is used to help programmers standardize their code, detect potential problems, and improve code quality.
Insert picture description here

Published 200 original articles · praised 1327 · 1.36 million views

Guess you like

Origin blog.csdn.net/sinat_27933301/article/details/105571549