Ctrl + F |
Text lookup in the current file (required) |
Ctrl + R |
Text substitution in the current file (required) |
Ctrl + Z |
Undo (Required) |
Ctrl + Y |
Delete the line of the cursor or delete the selected row (required) |
Ctrl + X |
Cut the row or cut selection of the cursor |
Ctrl + C |
Copy the row of the cursor or copy the selection |
Ctrl + D |
Copy the row of the cursor or copy the selection and insert the copied content under the cursor position (required) |
Ctrl + W |
Progressive selection code block. You can select the word or paragraph where the cursor is located, and then expand the selected range (required) on the basis of the original selection. |
Ctrl + E |
Displays a list of recently opened file records |
Ctrl + N |
Find a class file based on the class name entered |
Ctrl + G |
Jumps to the specified line at the current file |
Ctrl + J |
Inserting custom dynamic Code templates |
Ctrl + P |
Method parameter hints Display |
Ctrl + Q |
The variable that the cursor is in/class name/method name, etc. (you can also press when prompted to add) to display the contents of the document |
Ctrl + U |
Go to the method of the parent of the method where the cursor is currently located \/interface Definition |
Ctrl + B |
Enter the method where the cursor is located/the interface or definition of the variable, equivalent to Ctrl + left click |
Ctrl + K |
Version control commits the project and requires that this item be added to version control before it is available |
Ctrl + T |
Version control update project, which requires this item to be added to version control before it is available |
Ctrl + H |
Displays the hierarchy of the current class |
Ctrl + O |
Choose a method that can be overridden |
Ctrl + I |
Choose a method that can be inherited |
Ctrl + + |
Unwind code |
Ctrl +- |
Collapse Code |
Ctrl +/ |
Note The line code of the cursor, which uses different annotation symbols depending on the current file type (required) |
Ctrl + [ |
Move the cursor to the beginning of the curly brace where the current code is located |
Ctrl +] |
Move the cursor to the end of the curly brace where the current code is located |
Ctrl + F1 |
Displays an error message at the error code where the cursor is located |
Ctrl + F3 |
Switch to the next reference position of the selected word |
Ctrl + F4 |
Close the current edit file |
Ctrl + F8 |
In Debug mode, set the cursor's current behavior breakpoint and remove the breakpoint if it is currently a breakpoint |
Ctrl + F9 |
Perform the Make Project action |
Ctrl + F11 |
Select the file \/folder, use mnemonic settings \/Cancel Bookmark |
Ctrl + F12 |
pops up the current file structure layer and can be entered directly on the popup layer for filtering |
Ctrl + Tab |
Edit window switch, if the process of switching and pressing the Delete, then the corresponding selected window is closed |
Ctrl + Enter |
Intelligent Sub-interlacing |
Ctrl + End |
Skip to end of file |
Ctrl + Home |
Skip to File header |
Ctrl + Space |
Base code completion, default on the Windows system by the input method, need to be modified, recommended to change to Ctrl + comma (required) |
Ctrl + Delete |
Delete the word after the cursor or the Chinese sentence |
Ctrl + BackSpace |
Delete the word in front of the cursor or Chinese sentence |
Ctrl + 1,2,3...9 |
Position the bookmark location to the corresponding value |
Ctrl + Left click |
On the file header that opens, the file path pops up |
Ctrl + cursor Positioning |
Press Ctrl to not release, which displays a summary of the class information where the cursor is located |
CTRL + LEFT ARROW key |
Cursor jumps to the left-hand position of the current word/Chinese sentence |
CTRL + RIGHT ARROW key |
The cursor jumps to the beginning of the right of the current word/Chinese sentence |
CTRL + Front arrow keys |
Equivalent to the mouse wheel forward effect |
CTRL + REAR ARROW keys |
Equivalent to the mouse wheel backward effect |