In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains "what are the idea plug-ins"? interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn what idea plug-ins there are!
The following plug-ins search for installation directly in the IDEA plug-in management:
1. Key promoter X
When you use the mouse over a button in IDE, Key promoter X displays the keyboard shortcuts you should use
There are many beginners to learn Java, is to use eclipse this software, transferred to use idea, let us feel uncomfortable is the use of shortcut keys has changed, Key promoter X plug-in for us to come in handy, it is for idea to learn shortcuts for people.
This provides an easy way to learn how to replace tedious mouse work with keyboard keys and help transition to faster, mouse-free development. Key promoter X's tool window displays a list of clicks on your most commonly used mouse actions and directly provides you with alternative shortcuts. For buttons that do not have shortcuts, the key promoter X prompts you for the possibility of creating shortcuts directly.
For example: when we want to open the settings in idea (settings), the plug-in will show the corresponding keyboard shortcuts in the lower right corner, the next time directly press Ctrl + Alt + S will open settings for a long time, it does not need mouse click, for people who do not have a mouse and partners who have just used idea, it is very friendly.
2. String Manipulation
Case switching, sorting, filtering, incrementing, alignment with columns, grepping, escape, editing, etc.
The String Manipulation plug-in is used for string processing, such as variable names using hump form, constants requiring all capitalization, encoding and decoding, and so on.
After selecting the content that needs to be processed, press the shortcut key Alt + M to pop up the list of tool functions. Later specific functions can also use the corresponding numbers or letters without the need for a mouse click. In short, the function is very powerful.
3. Background Image Plus
Set the editor background to a random picture in the folder
Idea background is solid color, more monotonous, with this plug-in, you can set your favorite pictures, any picture can be more cool, you can change your favorite beautiful girl, handsome guy. Can also be set after a period of time to randomly change the background picture, and set the transparency of the picture, etc., in short, using it to write code is certainly not boring, my background to show you around, or quite good-looking, ha.
4. CodeGlance
After the installation is successful, a miniature map can be generated on the right and embedded in the editor pane, which makes it easy for us to locate the code.
When we write a lot of code, or a function module has a lot of code, if you want to find a way to achieve a function, you don't have to slide the mouse pulley, just slide that mini-map. If there is a warning in the code, it also comes with a magnifying glass (Vscode comes with this.)
5. Request mapper
Plug-ins for quick navigation to URL mapping declarations
As we all know, there are many request paths in a project. With this plug-in, you can easily find the corresponding mapping address. After clicking, you can also jump to the corresponding method, using the shortcut key Shift + Ctrl +\, which is very convenient.
6. Translation
As the name implies, it is a plug-in for translation.
Very powerful, including a number of translation engines, Google Translation, youdao Translation, Baidu Translation.
And it also supports some powerful functions such as multi-language translation, document translation, text-to-speech, automatic word selection, automatic word segmentation and so on.
The rest is not too much introduction, paste juice people slowly explore, Coding can also learn English at the same time.
7. Alibaba Java Coding Guidelines
Alibaba Java coding Guide
Abstract: since the release of the specification plug-in of Alibaba Java Development Manual on October 14, it has attracted the attention of many developers, instantly causing an upsurge of national code specifications, and then released the ultimate version of PDF, everyone enthusiastically left messages and looked forward to the opening of supporting static scanning tools. In order to make it easier for developers to promote and implement the specification quickly, Alibaba developed a set of automated IDE detection plug-ins (IDEA, Eclipse) based on the contents of the manual. After scanning the code, the plug-in displays the code that does not conform to the specification below according to the three levels of Blocker/Critical/Major, even on IDEA. It also provides real-time detection function based on Inspection mechanism, and can quickly find the problem while writing the code. For historical code, some of the rules implement the function of batch one-click repair.
For a beginner, it is very important to form the habit of breaking code at the beginning of learning. Although can not write advanced code, but each code is a specification, but also very powerful. (it seems that my code is still relatively standard.)
8. Rainbow Brackets
Rainbow brackets, brackets that can be marked in pairs
When our code is particularly complex, when there are a lot of parentheses, it's easy to collapse when you can't tell which is which, Rainbow Brackets this plug-in can mark pairs of parentheses, you can achieve the same color of paired parentheses, and achieve the function of highlighting the code in the selected area, which is helpful to enhance the interest and troubleshooting of writing code.
Highlight effect: Ctrl + right-click:
Alt + right mouse button click
9. Indent Rainbow
Color the indentation in front of the text, alternating four different colors at each step
Now this plug-in you can choose the color palette in the settings, if you are using a light color theme, you can try a soft color palette, of course, you can also customize your favorite colors, some people think this plug-in is not very easy to use, but it varies from person to person, I still recommend it to everyone.
You can change the color ↓ here.
10. Grep Console
Change the color of the log information so that we can view it better.
As we all know, the color of the log information printed by our console is relatively monotonous, and it is a bit difficult to look at a certain piece of information. With this plug-in, we can set the color of log information, such as warn,info,error, and so on. Here we briefly test and demonstrate whether it is very convenient.
11. Material Theme UI
Material Theme UI can change the original appearance to Material Design appearance, the most beautiful plug-in.
This plug-in was originally inspired by [Sublime Text's Material Theme] and provides a series of settings to adjust IDE in the way you want. In addition to the impressive theme palette, it also provides:
The beautiful color scheme supports most languages.
Replace all icons with colored material Design icons
Customize most IDE controls and components
Many options, such as accent color, fill menu, custom indentation, arrow style, etc.
Some useful adjustments, such as project view decorator, language addition, etc.
In short, it is a must for a good-looking party, but it likes to be gaudy.
12. Leetcode editor
Support for leetcode.com and leetcode-cn.com to test and submit issues
The last plug-in exercise essential, after successfully binding your own account, you can submit your code here, and the submission information can be seen on the official website, and there are code hints, and according to the tags on the site, the topics here are also classified, the first Problems for all topics, the name of the topic with different colors to identify the degree of difficulty, green means easy Yellow indicates medium, red indicates difficulty. Double-click the topic to generate the corresponding topic template in the path set by TemFilePath above. Then you can start to do the problem, after finishing the problem, right-click on the original topic, you can submit, verify whether it can pass, this is not very cool to start the question, this does not brush hundreds of questions.
At this point, I believe that everyone has a deeper understanding of "which idea plug-ins", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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.