Idea A practical plug-in to improve efficiency

1. nice

1)Nyan Progress Bar

Super cute progress bar. Looking at this rainbow bar, my mood seems to become calmer every time it loads.
Insert image description here

2)Material Theme UI Plugin

This is a theme I personally like very
much. There are many colors to choose
from. I prefer to use this.
Insert image description here
There are nearly 30 choices in total, and there is always one you like.
Insert image description here

Insert image description here
Insert image description here

3)Rainbow bracket

Rainbow bracket plug-in, with this plug-in, you no longer have to go back and forth to find brackets.

4) Key Promoter X shortcut key prompt plug-in

2. Easy to use

1)RestfulTool

A set of Restful service development auxiliary tools

  • Provides a display window for the Services tree
  • Double-click the URL to jump directly to the corresponding method definition.
  • A simple http request tool
  • Support Spring system (Spring MVC / Spring Boot)
  • JAX-RS support
  • Support Navigate -> Request Servicesearch Mapping (Ctrl + Alt + /)

2)GsonFormatPlus

This is a plugin that can generate Json models from Json strings. It is based on the gson format and is more flexible and convenient.
Opening method: right click->Generate->GsonFormatPlus (shortcut key: Alt+S)
Insert image description here

3)SequenceDiagram

With this plugin you can:

  • Generate simple sequence diagrams.
  • Navigate the code by clicking on the chart shapes.
  • Remove a class from the diagram. Export chart as image.
  • Export diagrams as PlantUMIL files.
  • Exclude classes from the diagram in Settings>Tools>Sequence Diagram.
    When looking at other people's code, generating a sequence diagram like this is more convenient for understanding the code, fast and efficient.
    Insert image description here

4) Automatically generate set method

Insert image description here
Insert image description here
This will automatically generate set methods for all parameters in the entity class and bring default values. It is not too convenient.

Guess you like

Origin blog.csdn.net/qq_42071369/article/details/120949635