The most commonly used shortcut keys

shortcuts instructions
Ctrl + / or Ctrl + Shift + / Comments (// or /… /)
Shift+F6 rename
Ctrl+X Delete rows and save them to the clipboard
Ctrl+Y To delete a line
Shift+Enter Restart the next line (no matter where the cursor is)
Ctrl + Shift + Enter Restart the previous line (no matter where the cursor is)
Ctrl+D Copy the line
Ctrl+G To find the line
Ctrl+Shift+Up/Down Code moves up/down.
F2 or Shift + F2 Highlight errors or warnings for quick location
Ctrl+Shift+F7 Highlight the selected text. Press Esc to highlight and disappear
Ctrl+B or Ctrl+ left mouse button Quickly open the class or method at the cursor
Ctrl + Alt + B Jump method implementation
Ctrl + Shift + I Turn on definition quick lookup
Alt + Up/Down Jump to the previous/next method
Ctrl+E The most recently opened file
Alt+F1 Find where the code is
Ctrl+Alt+L Formatting code
Ctrl+R Replace text
Ctrl+Shift+R Specifies batch replacement of code in a directory
Ctrl+Shift+F Specify directory code batch lookup
Ctrl+F Find text
Ctrl+P Method Parameter Prompt
F3 Find the next one
Shift+F3 Find the last one
Alt+Shift+F Add the current file to favorites
Ctrl+Alt+S Open the Configuration window
Ctrl+Shift+N Quickly find files in the project by filename (required)
Ctrl+Shift+Alt+N Quick location lookup with a character (required)
Shift+Enter Restart a line (no matter where the cursor is)
Ctrl + Alt + T Surround the selected block with if, else, try, catch, for, etc
Ctrl + Shift + U Toggles the case of the word at the cursor position
Ctrl + Delete Delete to end of word
Ctrl + Backspace Delete to the beginning of word
Ctrl + E The recently opened file is displayed
F11 Switch bookmarks, which is F2 for Sublime Text
Ctrl + Shift + F12 Toggle the maximized editor
Alt + Shift + F Add to favorites

Other Shortcuts (Excerpts)

shortcuts instructions
Ctrl+Shift+A Quickly find and use all editor features (required)
Alt+[0-9] Quick disassembly function interface module
Ctrl+Shift+F12 Maximum area display code (will hide other functional interface modules)
Ctrl+Tab Toggle the code TAB (again, less efficient)
Alt + please / – Toggle the code TAB
Ctrl+F4 Close the current code TAB
Ctrl+W Select the word
Ctrl + please / – Jump cursor position with word as boundary
Alt+Insert Create a new file or something
Shift+Tab/Tab Reduce/expand indentation (you can reduce line indentation in code)
Alt+F1 It is useful to locate code in other interface modules
Ctrl+G Code to the specified line
Ctrl+]/[ Cursor before or after the code block

# _ #