This article will introduce you to the shortcut keys of IDEA. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
Quickly generate main
Enter psvm
Quickly generate System.out.print
Use soout
to save the file
IDEA is automatically saved and does not require us to Ctrl S to save.
Delete a line
Ctrl Y
Alt lnsert
Alt right arrow or Alt left arrow
Ctrl Fn F12
Ctrl Shift F10
Ctrl p
Alt (number)
We can place the mouse on the window button to view the shortcut key numbers.
Extension:
Introduction | |
---|---|
Find in the current file | |
In the current project Search in | |
Quick search | |
Find Class | |
Find file | |
Find Symbol (method name) |
Introduction | |
---|---|
Recent files | |
Switch files | |
Jump to the location of the history cursor | |
Jump to the specified line number |
Introduction | |
---|---|
Quick selection | |
Method to jump quickly | |
Insert before the current line One line | |
Inserts one line after the current line |
Introduction | |
---|---|
Ctrl Shift left and right arrow keys | |
Ctrl H | |
The above is the detailed content of What are the shortcut keys for IDEA?. For more information, please follow other related articles on the PHP Chinese website!