Ctrl + Shift + F |
Command + Shift + F |
Find an entire project or a file within a specified directory based on what you enter |
Ctrl + Shift + R |
Command + Shift + F |
Replace the content with the input, the entire project or the file in the specified directory |
Ctrl + Shift + J |
Control + Shift + J |
Automatically merges the next line to the end of the current line |
Ctrl + Shift + Z |
Command + Shift + Z |
Cancel Revocation |
Ctrl + Shift + W |
Option + arrow key |
Progressive de-selection code block. You can select the word or paragraph where the cursor is located, and then expand the unchecked range on the basis of the original selection. |
Ctrl + Shift + N |
Command + Shift + O |
To locate/open a file/directory by file name, open the directory and add a forward slash after the input |
Ctrl + Shift + U |
Command + Shift + U |
Convert the selected code in a large/lowercase rotation |
Ctrl + Shift + T |
Command + Shift + T |
Generates unit test classes for the current class, which can be selected if a unit test class already exists |
Ctrl + Shift + C |
Command + Shift + C |
Copy the current file disk path to the Clipboard |
Ctrl + Shift + B |
Control + Shift + B |
Jump to type declaration |
Ctrl + Shift +/ |
Command + Option +/ |
Code block comments |
Ctrl + Shift + [ |
Command + Shift + [ |
Select the bracket position from the cursor position to the top of it |
Ctrl + Shift +] |
Command + Shift +] |
Select the bracket position from the position of the cursor to the bottom of it |
Ctrl + Shift + Plus |
Command + Shift + Plus |
Expand All Code |
Ctrl + Shift + minus sign |
Command + Shift + minus |
Collapse All code |
Ctrl + Shift + F7 |
Command + Shift + F7 |
Highlight all of the selected text and press ESC to highlight the disappear |
Ctrl + Shift + F12 |
Command + Shift + F12 |
Editor maximization |
Ctrl + Shift + Enter |
Command + Shift + Enter |
Auto-end code, automatically add semicolon at end of line |
Ctrl + Shift + Backspace |
Ctrl + Shift + Backspace |
Go back to the last modified place |
Ctrl + Shift + 1,2,3...9 |
Control + Shift + 1,2,3...9 |
Quickly add a bookmark for a specified value |
Ctrl + Shift + left-click |
Command + Shift + left-click |
Place the cursor on a class variable, and press the shortcut key to navigate directly to the class. |
Ctrl + Shift + LEFT ARROW key |
Option + Shift + LEFT ARROW key |
On the code file, the cursor jumps to the left-hand position of the current word/Chinese sentence and selects the word/Chinese sentence |
Ctrl + Shift + RIGHT ARROW key |
Option + Shift + RIGHT ARROW key |
On the code file, the cursor jumps to the beginning of the right of the current word/Chinese sentence and selects the word/Chinese sentence |
Ctrl + Shift + front arrow keys |
Command + Shift + Front arrow key |
The cursor is placed on the method name, the method is moved before the previous method, and the method is sorted |
Ctrl + Shift + rear arrow keys |
Command + Shift + Rear arrow key |
The cursor is placed on the method name, the method is moved before the next method, and the method ordering is adjusted |