1. Preparation
1. Click here to download the IntelliJ IDEA development tool
2. Click here to get the registration code and register
2. Commonly used shortcut keys
Ctrl+Click Quickly open the class or method at the cursor (jump to the definition) Ctrl+N Find the class Ctrl+Shift+F Find the string Ctrl+Shift+R Open the file by name Double Shift Query anything Alt+Insert You can generate constructor/Getter/Setter and other Alt+Enter cursors, providing quick fix selection (the cursor position is different, and the results will be different) ctrl + Alt + ← Fall back to the place where the previous operation ctrl + Alt + → Go forward to the place where the next operation
Summarize
The above is the summary of IntelliJ IDEA usage experience introduced to you by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time!