Refactoring
Ctrl + Alt + Shift + T
Refactoring
Alt + Del
Safe removal
Ctrl + Alt +N
Embed
Ctrl + F6
Change the signature
F5
Copy
Shift + F6
Rename
F6
Move
Ctrl + Alt + C
Place in constant
Ctrl + Alt + M
Place in the method
Ctrl + Alt + P
Place in the parameter
Ctrl + Alt + V
Place in a variable
Ctrl + Alt + F
Place in the field
Editing
Ctrl + Shift + Space
Smart code - filters the list of methods and variables of the expected type
Ctrl + Alt + I
Auto indent line(s)
Ctrl + Q
Quick Documentation Search
Shift + F1
External documentation
Ctrl + V
Paste a code snippet from the clipboard
Ctrl + Shift + ] / Ctrl + Shift + [
Highlight the code to the end/beginning of the block
Ctrl + W
Select a sequence of increasing blocks of code
Ctrl + X
Cut a piece of code
Alt + Ins
Code generation
Ctrl + Shift + Enter
Completing the operator
Ctrl + F4
Close the active editor window
Alt + Q
Context information
Ctrl + C
Copy code snippet
Ctrl + Click code
Brief information
Alt + Shift + Ins
The cursor jumps a few lines when you hold down Shift
Ctrl + Shift + /
Multiline commenting/uncommenting
Ctrl + Alt + Space
The name of any project class regardless of the imported
Shift + Enter
Start with a new line
Ctrl + Shift + J
Combining strings
Ctrl + /
Single-line commenting / uncommenting
Tab / Shift + Tab
Indent/de-indent the selected code fragment
Ctrl + Shift + U
Switch the case of a word or block next to the carriage
Ctrl + O
Overriding parent methods
Ctrl + Alt + L
Reformatting the code
Ctrl + F1
Show error or warning descriptions
Alt + Enter
Show proposed correction
Ctrl + Alt + T
Put the code fragment in (if..else, try..catch, for, synchronized, etc.)
Alt + Shift + ЛКМ
Put the cursor in several places
Ctrl + D
Duplicate the current line
Ctrl + / Ctrl -
Expand / collapse the code block
Ctrl + Shift + / Ctrl + Shift -
Expand/collapse all
Ctrl + Enter
Splitting the line
Ctrl + I
Implementation of methods
Ctrl + P
Parameter information (within the arguments of the called method)
Ctrl + Shift + W
Reduce the highlighted area
Ctrl + Space
List of components (class, method, variable)
Ctrl + Y
Removing a line
Ctrl + Alt + O
Delete unused imports
Ctrl + Backspace / Ctrl + Del
Delete part of the word before/after the carriage
Ctrl + Shift + V
Smart Paste (paste from the last few copied elements)