IDEA plug-in use (improve productivity)

Preface

A worker must first sharpen his tools if he wants to do his job well.
IDEA recognized IDE artifact, and easy-to-use IDEA plug-ins, let you go further!


1 Alibaba Java Coding Guidelines

Alibaba Java Development Manual
(standardize your code naming and writing specifications to improve code readability)

2 Alibaba Cloud Toolkit

Idea built-in xshell
(connect to the server via ssh)

3 Restful

Convenient to find back-end methods
(for MVC architecture, front-end search)

4.Free Mybatis plugin

Directly locate the xml specific method
(mapper finds the sql script of xml)

5 CodeGlance

The code map is displayed on the right side
(for easy overview of the code and the approximate location of the method to find)

6 Translation

Translation tool: no need to leave the idea, quick translation with shortcut keys
(for people who are not good at English, it is too convenient, it is recommended to remember more and name in English, and use translation as little as possible)

7 Easy Code

Code generation plugin
(refer to: https://blog.csdn.net/chenhq_/article/details/82693715)

8 Rainbow Brackets

Rainbow brackets
(make the field of vision pay more attention to the code)

9 Grep console

Color log
(color display of various levels of log)

10 MyBatis Log Plugin

Output complete sql

11 jclasslib

Follow the source and view the bytecode
(i++ example: https://www.jianshu.com/p/b40c0d9957a1?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weixin-friends)

Guess you like

Origin blog.csdn.net/zhuzeming725/article/details/113545390