In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
What are the more practical IDEA plug-ins, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.
AiXcoder
AiXcoder, a domestic code development tool, provides powerful code completion and prediction functions. Its purpose is to let us have less code, never write what can be generated automatically, and fall in love with it when we feel it.
The simple demo function is much more than that.
In actual development, I will use it in combination with IDEA's postfix completion and aiXcoder configuration. IDEA itself already provides a lot of quick shortcuts, but I find that many people in the group don't really use it.
You can also customize the code blocks generated by shortcuts.
AiXcoder supports similar code search function, if which API can not be used, directly select the right-click the web-wide search utility case.
Java Stream Debugger
Java8's stream API greatly simplifies the amount of our code, but in the process of using it, there will always be strange bug and can not debug.
Java Stream Debugger supports the debugging of stream API, and you can clearly see the change process of the operation data at each step.
Easy_javadoc
Easy_javadoc is a plug-in that can quickly annotate classes, methods, and properties of Java. It also supports custom annotation styles, and IDEA's own Live Templates also supports it, but it is a little cumbersome and inefficient to use.
When you annotate classes, methods, and properties, you will not only generate comments, but also translate the corresponding variables, classes, and methods into Chinese names, but how well you translate depends on your naming level.
Shortcut key: crtl +\
Do you think it's too inefficient to add comments a little bit? you can also try to add comments in batches.
Shortcut key: crtl + shift +\
If the existing comment style is not suitable for you, you can customize your comment template.
Easy Code
Easy Code I personally use a lot when writing a blog case demo, which can quickly map database tables to entity, controller, service, dao, mapper and other files in Java, with a small amount of coding to achieve rapid development.
First use database to connect to the database, right-click on the corresponding table to execute EasyCode to generate the corresponding Java code, which is really very convenient.
Restfultoolkit
Restfultoolkit is a set of RESTful service development aids. Maintenance of a project usually involves finding the class corresponding to a request, generally using ctrl + shift + f for global search, but if there are too many project files, the efficiency of this search method is very low.
Restfultoolkit manages all the request links in the project, which can be found quickly.
Shortcut key: ctrl+ alt + n
You can copy the full path and JSON format parameters of the current request, which is very practical in development and testing.
A column of RestServices appears on the right side of the IDEA, where there is a http request for the entire project, and the JSON data of input and output parameters for each request are also displayed. You can make a simple simulation request.
Key promoter X
Key promoter X is a shortcut key prompt plug-in for IDEA, which is a feature I like very much. It allows me to quickly remember a lot of shortcut keys for operation. When you click on a function and the function has a shortcut key, it prompts you for a shortcut to the current operation.
String Manipulation
String Manipulation a more practical string conversion tool, such as our usual variable naming can be one-click conversion hump and other formats, but also support a variety of string encryption, decryption (MD5, Base64, etc.) operation.
Picture shortcut key: alt + m
Translation
Translation a very convenient translation plug-in, such as the selected code, the console error message can be directly translated.
Git Auto Pull
When the team develops a project with multiple people, due to the frequent submission of code, I have to pull first when I am in commit native code, otherwise code conflicts will result in merge records.
The GitAutoPull plug-in helps us to pull before push, avoiding unnecessary code conflicts.
.ignore
When we submit code to github, there are some files that we don't want to submit together, so we can create a .gitignore file to ignore the submission of some files.
You can also add specified files to .gitignore, and ignored files will be grayed out.
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.