Ctrl shortcut keys
Ctrl + F perform text search in the current file (required)
Ctrl + R text replacement in the current file (required)
Ctrl + Z Undo (Required)
Ctrl + Y DeletecursorLine or delete selected line (required)
Ctrl + X Cut the line where the cursor is located or Cut the selection
Ctrl + C Copy the line where the cursor is located or Copy the selection
Ctrl + D Copy the line where the cursor is located or Copy the selected content and insert the copied content below the cursor position (required)
Ctrl + W progressively select code blocks. You can select the word or paragraph where the cursor is located. Press continuously to expand the selection range based on the original selection (required)
Ctrl + E Display the list of recently opened file records (required)
Ctrl + N Find class files based on the entered name/class name (required)
Ctrl + G jumps to the specified line in the current file
Ctrl + J Insert custom dynamic codetemplate(Required)
Ctrl + P method parameter prompt display (required)
Ctrl + Q The variable / class / method name where the cursor is located (you can also press it when prompted to add) to display the document content
Ctrl + U Method/interface definition to the parent class of the method where the current cursor is located (required)
Ctrl + B Enter the interface or definition of the method/variable where the cursor is located, which is equivalent to Ctrl + left-click (required)
Ctrl + K Version controlSubmit the project, this project needs to be added to version control before it can be available.
Ctrl + T version control update project, this project needs to be added to version control before it can be available
Ctrl + H Displays the hierarchy of the current class
Ctrl + O Select a rewritable method
Ctrl + I Choose an inheritable method
Ctrl + + Expand Code
Ctrl + - Collapse code
Ctrl + / Release the line of code where the cursor is located, and different annotation symbols will be used according to the current file type (required)
Ctrl + U Method/interface definition to the parent class of the method where the current cursor is located (required)
Ctrl + B Enter the interface or definition of the method/variable where the cursor is located, which is equivalent to Ctrl + left-click (required)
Ctrl + K Version control submits the project, which is required to be added to version control before it can be available.
Ctrl + T version control update project, this project needs to be added to version control before it can be available
Ctrl + H Displays the hierarchy of the current class
Ctrl + O Select a rewritable method
Ctrl + I Choose an inheritable method
Ctrl + + Expand Code
Ctrl + - Collapse code
Ctrl + / Release the line of code where the cursor is located, and different annotation symbols will be used according to the current file type (required)
Ctrl + [Move the cursor to the braces starting position of the current code
Ctrl + ] Move the cursor to the end position of the curly braces in the current code
Ctrl + F1 Display error message at the error code where the cursor is located (required)
Ctrl + F3 Go to the next quotation position of the selected word (required)
Ctrl + F4 Close the currently edited file
Ctrl + F8 In Debug mode, set the current behavior of the cursor, and remove the breakpoint if it is currently a breakpoint.
Ctrl + F9 Perform Make Project Operation
Ctrl + F11 Select the file/folder, use mnemonic to set/cancel bookmark (required)
Ctrl + F12 pops up the current file structure layer, you can directly enter it on the popped layer for filtering
Ctrl + Tab Edit window toggle. If you press delete again during the switching process, it will close the corresponding selected window.
Ctrl + End Jump to the end of the file
Ctrl + Home Jump to file header
Ctrl + Space basic code completion, default toWindowsThe system is occupied by the input method and needs to be modified. It is recommended
Modify to Ctrl + comma (required)
Ctrl + Delete Delete the words or Chinese sentences behind the cursor (required)
Ctrl +BackSpace Delete the words or Chinese sentences in front of the cursor (required)
Ctrl +1,2,3…9 Position the bookmark position of the corresponding value (required)
Ctrl + left-click On the open file title, the file path will pop up (required)
Ctrl + Cursor Position Press Ctrl Do not release it, the summary of the class information where the cursor is located will be displayed.
Ctrl + left direction key The cursor jumps to the beginning of the current word / Chinese sentence on the left (required)
Ctrl + Right Direction Key The cursor jumps to the beginning of the current word/Chinese sentence (required)
Ctrl + Front Direction Key is equivalent to the mouse wheel forward effect (required)
Ctrl + back arrow keys are equivalent to the backward effect of the mouse wheel (required)