Common plug-in
- Alibaba Cloud Toolkit: automatically publish to Cloud server, equivalent to Jenkins
- Alibaba Java Coding Guidelines: Tools -> Alibaba Coding Guidelines -> Turn off real-time monitoring function, prevent idea from using too card
- Codehelper. generator: code generation tool, one that generates all setters according to new, searches for genallsetters, shortcut set to Alt + CIn addition, Dao, Service, Xml, Sql files are generated according to POJO, Tools -> CodeHelper -> Text Boxes
- Convert YAML and Properties File: Convert Properties and YML files to each other
- Free MyBatis Plugin: Quickly jump from code to mapper and return code from Mapper
- Grep Console: log area color
- GsonOrXmlFormat:
- IdeaVim: I don’t know why, when it was installed
- Key Promoter X: Shortcut keys are displayed after mouse click to help remember shortcut keys
- Live Edit: When writing front-end code, code changes browser automatically refresh plug-in
- Lombok: Developers know what to do
- Material Theme UI: Big and beautiful
- Rainbow Brackets: Rainbow Brackets
- Sql Params Setter: Extract executable Sql from mybatis log
- Translation: Translation
- Vue. Js: Vue support plug-in
Conditional breakpoint, double the debugging efficiency
After selecting a breakpoint, add a breakpoint condition at the breakpoint to double the debugging efficiency
Quickly find the current class location
Alt +F1 select Project View
Open the current action class in a folder
Alt +F1 select Show in Explorer
Multi-cursor operation
Adds the cursor at the specified position
Alt + Shift + left mouse button
Sequence of the cursor
Alt + hold and drag, same as nodepad++
Line a cursor
Alt + hold and drag drag from the left to the right