Java developers how to better grasp how the matter IDEA plug-in library

How to better grasp the Java development? IDEA plug-in library is how is it? IDEA, the full name of IntelliJ IDEA, the Java programming language integrated development environment. IntelliJ in the industry is recognized as one of the best Java development tools, IDEA powerful plug-in library development not only give us some convenience, but also reflect our different. Today small to share with you IDEA plug-in library.


Java developers how to better grasp how the matter IDEA plug-in library



1、activate-power-mode 和 Power mode II

The effect of transplanted to IDEA Atom insert the activate-power-mode. When writing code in the entire screen jitter, activate-power-mode is white, Power mode II color is more cool points.

2、Background Image Plus

background idea modify plug-in, to make your idea different, you can set your favorite picture as the background code. How: After a successful installation restart, the menu bar VIew tab> click Set Background Image (not installed plug-in is not this tag), playing in box, select the route to the local picture, you can click OK.

3、Grep console

Custom log color, idea console color display various levels of log, after the installation is complete, you can open the console, right. In addition, you can set a different display style log levels can be directly based on the keywords you want to search, the search condition is to support regular expressions.

4、Free Mybatis plugin

mybatis plug-in, let your mybatis.xml the same as the Java code editor. We always used in the development mybatis long need to find the corresponding xml sql statement by mapper interfaces, the plug-in to facilitate our operations. After the installation is complete restart IDEA, we will see on the left a code or a green arrow, click the arrow we can locate directly to a position corresponding xml file.

5、MyBatis Log Plugin

Mybatis is now the preferred Java in the operation of the database, during development, we will put Mybatis script directly output in the console, but by default, not a script output can be directly executed. MyBatis Log Plugin This plug-in is directly Mybatis sql script execution is displayed, without treatment, can be copied directly out of the execution.

6、String Manipulation

Powerful string conversion tool, use the keyboard shortcut Alt + m you can achieve a variety of conversions, such as convert snake_case, selected text capitalization, style, reverse and so on.

7、Key promoter

Key promoter is IntelliJ IDEA plug-in shortcuts prompt, you can count the number of clicks a mouse function, suggesting what you should use shortcut keys to help remember the shortcut keys, etc. After getting familiar with this plugin can be closed off.

8, Gsonformat

You can quickly generate java json entity classes according to the data. Customizing a javaBean (without any content, on an empty class), you should copy parse Json, then alt + insert the following pop-up interface or use the keyboard shortcut Alt + S, just copy and paste on the inside of Json, click OK to .

9, JRebel

JRebel is a hot deployment productivity tools, without restarting the program after modifying the code, all the changes can take effect. It skips the common Java development to rebuild, restart and re-deployment cycle.

10、Restfultookit

When Spring MVC web development, we can define the URL address of the page by requestmapping way. To find this address we are generally cmd + shift + F to find a way, but we are a class named URL requestmapping + method requestmapping, there is still time to find a bit inconvenient, you can quickly use to find restfultookit .

Of course, IDEA plug-ins, there are many in this small series will not describe. Java is currently the most widely used Internet industry programming language, a large demand for talent, good pay and benefits, if you want to quickly join Java, now is a good time.


Guess you like

Origin blog.51cto.com/14551723/2442324