Pular para o conteúdo principal

Intellij Tips and Tricks

Shortcuts

ShortcutAction
Double ShiftSearch Everywhere
Ctrl Shift AFind Action
Alt EnterShow Context Actions
F2Navigate between code issues
Ctrl EView recent files
Ctrl Shift EnterComplete Current Statement
Ctrl Alt LReformat Code
Ctrl Alt Shift TInvoke refactoring
Ctrl WExtend or shrink selection
Ctrl /Add/remove line or block comment
Ctrl BGo to Declaration
Ctrl YDelete line
Alt F7Find Usages
Alt 1Focus the Project tool windows
EscFocus the editor
Shift EscHide
Ctrl DDuplicate line
Ctrl Shift ⬆️ or ⬇️Move line
Ctrl Shift Alt ClickAdd another caret
CTRL Twice + Hold ⬆️ or ⬇️Add carets above or below the current caret
Alt JSelect multiple occurrences of a word or a text range
Ctrl Shift Alt JSelect all case matching words or a text range
Alt Shift JRemove selection from the last selected occurrence
Shift Alt Mouse Dragging ⬆️ or ⬇️Add new carets above/below the current one instead of making a continuous selection