This article will take about 2.3 minutes to read.

Author: Ji Mo,
cnblogs.com/jimoer

Here is just to recommend a good plug-in, the specific use method is not a detailed introduction.

JRebel for IntelliJ

A hot deployment plug-in, as long as you do not modify the project configuration file, it can be used to achieve hot deployment. Charge, crack more trouble. But it’s really powerful. It’s kind of a must-have development artifact. The hot deployment shortcut keys are Control +F9/ Command +F9.

.ignore

Git commits to filter out files that do not need to be committed.

CamelCase

Change the name that is not in hump format to hump format quickly. After installing, select the name that you want to change and press the shortcut key Shift + Alt + U.

Lombok plugin

Development magic, can simplify your entity class, let you I no longer write get/set method, can also quickly implement builder mode, and chain call method, in a word is to simplify the entity class and the plugin.

Mybatis plugin

You can jump back and forth between mapper interfaces and MAPper XML files as easily as an interface jumps to an implementation class.

codehelper.generator

It allows you to quickly generate code when creating an object and assigning a value. It does not need to set an object one by one. It automatically generates code that uses the set method based on the new keyword, and can also fill in the default value with one key.

GenAllSetter features

  • In the Java method, all Setter methods are generated for the Java Bean based on the new keyword.

  • Pressing the GenAllSetter key twice generates default values for the Setter method.

  • Shortcut keys can be set for GenAllSetter in Intellij Idea.

How to use:
  • Move the cursor to the next line of the new statement.

  • Go to Tools-> Codehelper-> GenAllSetter from the main menu, or press the GenAllSetter shortcut key.

GenDaoCode features

  • Generate Dao, Service, Xml, Sql files from Pojo files in one click.

  • After the Pojo file is updated, the corresponding Sql and Mybatis XML files are updated with one key.

  • Provide insert, insertList, update, SELECT, delete five methods.

  • Can batch generate multiple POJOs corresponding files.

  • Automatically add comments for the POJO to the comments for the corresponding Sql file.

  • Rich configuration. If no configuration file is available, the default configuration is used.

  • You can configure shortcut keys in Intellij Idea shortcut Key Configuration.

  • MySQL + Java is currently supported, more DB will be supported later.

  • If you like our plugin, thank you very much for sharing.

GenDaoCode usage method

The main menu Tools-> Codehelper-> GenDaoCode key to generate code.

Method one: click GenDaoCode, then according to the prompt dialog box input Pojo name, multiple Pojo to | space.

The Codehelper Generator generates the code for you based on the default configuration.

Method 2: Add a file named codehelper.properties in the project directory.

Click on GenDaoCode and the Codehelper Generator will generate the code for you based on your configuration file.

GsonFormat

One-click generation of Java classes from JSON text is very convenient

GenerateAllSetter

Calling all the set methods of an object with one click and assigning the default values is handy when the object has many fields. When working on a project, each layer has its own entity objects that need to be converted to each other. However, considering the disadvantages of tools like beanutil.copyProperties (), there are places where manual assignment is required. It comes in handy when you create an object and press Alt+Enter on the variable name to bring up the generate All setter option.

CodeGlance

The code map displayed on the right side of the edit area.

Here are a few things to add X to your development tools.

Material Theme UI

This is a theme plugin, you can make your IDE icon beautiful, color matching is in place, can switch different colors, even custom colors. The default color palette is pretty good. If you need to change the color palette, go to Tools->Material Theme and change the color palette.

Background image Plus

This is a plug-in that can set idea background pictures. It can not only set solid pictures, but also set random background pictures after a period of time, and set the transparency of pictures, etc.

active-power-mode

This is a plugin that makes your entire screen tremble while you code.

Nyan progress bar

This is a widget that turns all the progress bars in your idea into cute new animations.

Rainbow Brackets

The rainbow-colored brackets look nice and make typing more efficient

conclusion

Good development tools can improve the development efficiency, so we can improve our efficiency, save time to learn, to improve themselves. These plug-ins are just some of the daily development, and when I find new fun and interesting plug-ins to improve work efficiency, I will continue to share them.



, END,

The growth path of programmers

Though the road is long, the journey is sure to come



WeChat ID: cxydczzl



Highlights from the past

7 big platform tools for programmers to connect private work

Code farmer late at night riding the wrong way was stopped after crying, said the pressure is great!

Four sides of the United States, harvest the offer

MySQL optimization combat record

Longgang a month 350 rental house, I moved out

Programmer working 996 sick in ICU?

A very interesting SQL optimization experience

How to read Java source code?

Development without implementing RM -RF /* is not a lucky dimension

The distance between you and a good resume

Still using SimpleDateFormat?

The growth path of Java programmers

The classic ebook package for programmers