Ctrl + F |
Search for text in the current file(Required) |
Ctrl + R |
Replace text in the current file(Required) |
Ctrl + Z |
Undo(Required) |
Ctrl + Y |
Delete the row where the cursor is located or delete the selected row(Required) |
Ctrl + X |
Cut the row where the cursor is located or cut the selected content |
Ctrl + C |
Copy the row where the cursor is located or copy the selected content |
Ctrl + D |
Copy the row where the cursor is located or copy the selected content, and insert the copied content below the cursor position(Required) |
Ctrl + W |
Progressive selection of code blocks. The word or paragraph where the cursor is located. The selected range is expanded based on the selected words or paragraphs.(Required) |
Ctrl + E |
Display the list of recently opened file records(Required) |
Ctrl + N |
Search for class files based on the input class name(Required) |
Ctrl + G |
Jump to the specified row from the current file |
Ctrl + J |
Insert a custom dynamic code template(Required) |
Ctrl + P |
Method parameter prompt display(Required) |
Ctrl + Q |
The variable/class name/method name where the cursor is located (you can also press it when prompted) to display the document content |
Ctrl + U |
Define the method/interface of the parent class of the method where the current cursor is located(Required) |
Ctrl + B |
Entering the interface or definition of the method/variable where the cursor is located is equivalentCtrl + Left click (Required) |
Ctrl + K |
To submit a project for version control, you must add this project to version control. |
Ctrl + T |
To update a version control project, you must add this project to version control. |
Ctrl + H |
Displays the hierarchy of the current class |
Ctrl + O |
Select override Methods |
Ctrl + I |
Select an inherited method |
Ctrl ++ |
Expand code |
Ctrl +- |
Collapse code |
Ctrl +/ |
The line code where the cursor is located. Different annotations are used according to different file types.(Required) |
Ctrl + [ |
Move the cursor to the starting position of the curly braces in the current Code |
Ctrl +] |
Move the cursor to the end position of the curly braces in the current Code |
Ctrl + F1 |
Display the error message at the error code where the cursor is located(Required) |
Ctrl + F3 |
Transfers to the next reference location of the selected word(Required) |
Ctrl + F4 |
Close the current edited File |
Ctrl + F8 |
In Debug mode, set the current behavior breakpoint of the cursor. If the current behavior is already a breakpoint, remove the breakpoint. |
Ctrl + F9 |
Execute the Make Project operation |
Ctrl + F11 |
Select a file/folder and use a notebook to set/remove bookmarks(Required) |
Ctrl + F12 |
The current file structure layer is displayed. You can directly input and filter on the pop-up layer. |
Ctrl + Tab |
Edit window switch. if you add the delete button during the switch, the selected window is closed. |
Ctrl + End |
Jump to the end of the file |
Ctrl + Home |
Jump to File Header |
Ctrl + Space |
The basic code is supplemented. It is occupied by the input method on Windows by default and needs to be modified. We recommend that you change itCtrl + comma (Required) |
Ctrl + Delete |
Delete words or Chinese sentences behind the cursor(Required) |
Ctrl + BackSpace |
Delete the word or Chinese sentence before the cursor(Required) |
Ctrl + 1, 2, 3... 9 |
Locate the corresponding value's bookmarks(Required) |
Ctrl + Left click |
On the title of the opened file, the file path is displayed.(Required) |
Ctrl + cursor Positioning |
Press Ctrl to display the class information Summary of the cursor. |
Ctrl + left arrow key |
Jump cursor to the start position on the left of the current word/Chinese Sentence(Required) |
Ctrl + right arrow key |
Jump cursor to the beginning of the current word/Chinese Sentence(Required) |
Ctrl + forward arrow key |
It is equivalent to the forward effect of the scroll wheel.(Required) |
Ctrl + backward arrow key |
It is equivalent to the backward effect of the scroll wheel.(Required) |