Super practical IDEA plugins recommended

The following are considered to study and work in a very good idea to use plug-ins, plug-ins can be good looking, good plug can increase productivity.

 

  • Alibaba Java code style check-ins

        Name: Alibaba Java Coding Guidelines

        Plug Address: https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines

        Encountered in the development of non-compliant situation, we will give tips.

  • Codota

        Plug Address: https://plugins.jetbrains.com/plugin/7638-codota-

      Official website: https://www.codota.com/

        Intelligent code hints

        Use shortcuts can search using the case of such well-known open source projects or methods, awesome.

 

  • Sexy Editor is also a background plug-ins, and other support to adjust the position and transparency

https://plugins.jetbrains.com/plugin/1833-sexy-editor/versions

Download and install the plug after the restart, and then to the tab, set the picture list, and transparency

Then preserved, open the file can display pictures

        Plug Address: https://plugins.jetbrains.com/plugin/9360-generateallsetter

        [1] used directly in the body of the function alt + enter shortcut keys, select the "generate all setter", created automatically return the same value type object and call all set methods, will be filled in accordance with the entity name of the parameter, if there is no padding Defaults.

        [2] use in an entity object names shortcuts, select this function, all set method of the entity will produce and assign default values.

 

  • Auto filling Java call arguments

        Plug Address: https://plugins.jetbrains.com/plugin/8638-auto-filling-java-call-arguments

        When the function is called by alt + enter key, triggering the association function, select "auto fill call parameters" parameter name auto-fill function call.

 

  • GenerateO2O

        Plug Address: https://plugins.jetbrains.com/plugin/7171-generateo2o

        This plug-in can implement one object into another object

 Need to define a function, class parameter is to be converted, is to convert the return value to the type and use generateO2O, can automatically help you get set properties.

You may define a specific class of conversion, to convert the code into such ScheduleConverter here, on the one hand to facilitate multiplexing, on the one hand to avoid the large amount of space occupied by the logical transformation class class.

Also highly recommended not to use the class conversion tool, modify the properties is not easy to perceive, easy out Bug !!

  • Grep Console

        Plug Address: https://plugins.jetbrains.com/plugin/7125-grep-console

        [1] Change Color Matching log

        [2] The output of the search results to the new console

        [3] do not need to filter out all log

        Wait

 

  • Rainbow Brackets

        Rainbow brackets, the brackets can be paired with a color display use.

        Ctrl + right mouse click on a highlighted area where

        alt + right-click on the outside do not highlight the non-selected area

  • MyBatisCoderHelper

        [1] supports the jump between the interface and the xml file mybatis

        [2] mybatis mapper xml file sql autocomplete

       

  • PlantUml integration

        Plantuml use of grammar, fast draw uml graphics, awesome

        Supporting website http://plantuml.com/zh/

 

  •  Stack trace to UML

          Error stack information form turn into Uml

         Plug Address: https://plugins.jetbrains.com/plugin/10749-stack-trace-to-uml

  • IDE Features Trainer

          Learn the necessary shortcuts and interaction in Ide

          Plug Address

          https://plugins.jetbrains.com/plugin/8554-ide-features-trainer

 

  • Maven Helper

Resolve conflicts dependent artifact

https://plugins.jetbrains.com/plugin/7179-maven-helper

  • FindBugs

https://plugins.jetbrains.com/plugin/3847-findbugs-idea

You can scan the code, find the hidden Bug

 

  • jol-java-object-layout

https://plugins.jetbrains.com/plugin/10953-jol-java-object-layout

View Java object layout and size

 

 

There are other useful plug-ins are welcome to add comments!

 

If you think this article has helped you, welcome thumbs comment, please pay attention to me, I will try to create more and better articles.

Welcome to another planet my knowledge, knowledge Planet ID: 15165241 can talk about.

https://t.zsxq.com/Z3bAiea   marked CSDN from the time of application.

 

 

Published 379 original articles · won praise 862 · Views 1.32 million +

Guess you like

Origin blog.csdn.net/w605283073/article/details/89163627