

- Intellij key promoter alternative how to#
- Intellij key promoter alternative code#
- Intellij key promoter alternative plus#
Properties to YAML Converter changes the configuration format of Properties to YAML format Maven Helper Maven helper plugin mongo4idea mongo client
Intellij key promoter alternative code#
Jindent-Source Code Formatter Custom class, method, doc, variable comment template If the company has a prescribed formatting style in a team, this can be used. Markdown Navigator write Markdown The article Įclipse Code Formatter uses Eclipse's code formatting style. GsonFormat directly instantiate JSON strings into classes MetricsReloaded code complexity check Translation translation plugin ĬodeGlance At the far right of the edited code, a block is displayed Code minimap String Manipulation camel case naming and underscore naming Alternate changes ĬheckStyle-IDEA Code specification check Grep Console Customize the console output color IDE Features Trainer IntelliJ IDEA official learning aid plugin com/plugin/10046-alibaba-java-coding-guidelines Gitee open source Chinese code cloud plug-in Īlibaba Java Coding Guidelines Alibaba code specification check plug-in. Plug-in name plug-in introduction official website address Generate object set method: GenerateAllSetter.Unit test test generation tool: JUnitGenerator.Alibaba code protocol detection: Alibaba Java Coding Guidelines.There are some other plug-ins, choose to use according to the actual situation: Turn all your loading progress bars into rainbows and cats SequenceDiagram (one-click to generate sequence diagram)įunction: SonarLint helps you find errors and vulnerabilities in the code, just like a code spelling checker, SonarLint can display code problems in real time and provide clear repair instructions so that you can solve them before submitting the code.

Intellij key promoter alternative plus#
Plug-in name: Background Image Plus + Rainbow BracketsĬan realize the same color of matching brackets, and realize the function of highlighting the selected area code.īased on the beautiful progress bar used by Idea. Hold down alt+shift and then keep pressing U, the underline of the selected word will be converted to camel case to uppercase, etc., keep changing, you will get what you want. IntelliJ IDEA provides a very convenient tool plug-in for CamelCase, using the shortcut key: alt+shift+u. Shortcut key: ctrl+shift+u, you can switch between upper and lower case, but it cannot meet the needs of development.

Open the pom file in the project, a "Dependency Analyzer" will be displayed at the bottom CamelCase (Underscore to CamelCase)
Intellij key promoter alternative how to#
When you check a large number of densely packed logs, it is easy to be dazzled use this plug-in to achieve highlighting.Īnalyze dependency conflict plug-in How to View Image Translation (translation tool)įunction: You can quickly locate the code, which is much more convenient than dragging the scroll bar. This is clearer than looking for data in the console. This can solve our stupidly assembling data every time the postman debugs the data. According to our controller, we can generate the default test data for us, and we can also directly call the test. This is really convenient, and of course restfultookit also provides us with other functions. Everyone knows that the name of our URL is Class requestmapping + method requestmapping, there is still a little inconvenience when searching, restfultookit can help you find it very conveniently.įor example: I want to find the controller corresponding to/user/add, then just Ctrl+slash.Ĭan directly locate the controller we want. In order to find this address, we usually search by cmd+shift+F. When the Spring MVC webpage is developed, we define the URL address of the page through requestmapping. Usage: Customize a JavaBean (no content, just an empty class), copy the Json you want to parse, and then Alt+insert pops up the following interface, select GsonFormat, and paste in it Just copy the Json, click OK. Function: Quickly generate Java entity classes based on Json data.
