Intellij Idea Help and Shortcuts

xiaoxiao2021-03-06  39

Intellij Idea Help and Shortcuts

Java developers who have just contacted IDEA may be blindged by the large amount of Idea's large settings and alternative practices, and have to admit that Idea's setting is indeed more complicated. Some operations are not compliant, but all the purpose is to better Development. The editing of IDEA is very powerful, plus the current document, even a developer who uses Intellij Idea, it is not easy to understand some of the functions. At this time, you may think that Idea is nothing, the document is not, it is simply not working, this point you may be wrong. Idea provides a help manual by default. This help manual is very comprehensive and fully helps you involve both of the IDEA. If you use this feature, I believe it will increase the development efficiency, mining potential features. Here we will explain how to use this help. 1. IDEA provides a help button in almost every operation to help you understand the setting or function, although there is no fancy feeling like this, it is very practical. You only need to click the "Help" button to get the help of this item, fully help with the use of this. IDEA promises full keyboard operation, if you don't want to click on the mouse, just the F1 button, remember that F1 is your good helper, it involves all aspects of the IDEA operation. At the same time, you can also click the "Help Topics" button in the toolbar to display a JavaHelp-based help system. If you read it offline, we provide a CHM version of the help document, you can click to download. Download CHM Help Manual.

When you click the "Help" button or press the F1 key, the IDEA will display the help of this action.

2. In Plugin developed, if you want to provide context help, you can extend the IDEA default help file, which is entirely based on Javahelp. The IDEA will provide a more comprehensive access to the Open API at version 5.0, you can provide very good help like other setting options like the IDEA, I believe that it is also very good for your Plugin (at least in the documentation and manual) ). At the same time, when you use IDEA shortcuts, you need to have more comprehensive understandings, not all shortcuts are published in the KEYMAP file (a PDF document) released by JetBrains, and some are not included in the file, at the same time Some features are not set shortcuts, you may need yourself to ensure your development is convenient. Here we will introduce you to how to better understand and understand these shortcuts. 1 Open the "Settings" panel and select "Keymap". In the "KeyMap" dialog box pop-up, in the tree structure of "KeyMap Setting", you can browse all operations and corresponding shortcuts of the IDEA system. As in the "Editor Actions" structure, it contains the functions commonly used in edit mode, where there are many in which they are included in the keyMap file, and some are also specified shortcuts. For example, select the row operation where the cursor is not specified, you can set it it yourself, I believe it is helpful to your coding. I believe that the operation and its shortcuts that pass through the browsing system will give you a deeper understanding of your system.

2. In the usual operation, you may need to see a function of a shortcut or check if the shortcut is already occupied. Here we recommend it to you a Plugin: Describe Key, you only need to press CRLT Alt K to open this shortcut The corresponding function window is performed to verify the relevant shortcuts. This plugin believes that you will be more confident to the use of shortcuts (you can see the quick function in real time). Summary: Through the proposal of help and shortcuts, the purpose I hope everyone can establish such confidence: Idea is not difficult, the opposite is flexible. All series of configuration and shortcut operations are better for you to make your coding work happily. Download CHM Help Manual.

转载请注明原文地址:https://www.9cbs.com/read-70843.html

New Post(0)