IntelliJ IDEA experience summary of recommendations

  • 2021-01-22 05:08:31
  • OfStack

1. Preparation

1. Click here to download the IntelliJ development tool

2. Click here to get the registration code and register

2. Frequently used shortcuts


Ctrl+Click         Quickly open the class or method at the cursor ( Jump to the definition )
Ctrl+N           To find the class 
Ctrl+Shift+F        Find the string in the global file 
Ctrl+Shift+R        Open the file by name 
Double Shift        Query Anything 
Alt+Insert         Constructors can be generated /Getter/Setter Etc. 
Alt+Enter          A quick fix option is provided at the cursor ( Depending on the cursor location, the results will be different 1 sample )
ctrl + Alt +  please        Backs up 1 A place to operate   
ctrl + Alt +  -        Forward to the next 1 A place to operate 

conclusion

The above is this site to introduce IntelliJ IDEA use experience summary, hope to be helpful to you, if you have any questions welcome to give me a message, this site will reply to you in time!


Related articles: