추후 번역 해서 정리할 예정

ShortcutAction
Double ShiftSearch EverywhereQuickly find any file, action, symbol, tool window, or setting in IntelliJ IDEA, in your project, and in the current Git repository.
Ctrl+Shift+AFind ActionFind a command and execute it, open a tool window, or search for a setting.
Alt+EnterShow Context ActionsQuick-fixes for highlighted errors and warnings, intention actions for improving and optimizing your code.
F2Shift+F2Navigate between code issuesJump to the next or previous highlighted error.
Ctrl+EView recent filesSelect a recently opened file from the list.
Ctrl+Shift+EnterComplete Current StatementInsert any necessary trailing symbols and put the caret where you can start typing the next statement.
Ctrl+Alt+LReformat CodeReformat the whole file or the selected fragment according to the current code style settings.
Ctrl+Alt+Shift+TInvoke refactoringRefactor the element under the caret, for example, safe delete, copy, move, rename, and so on.
Ctrl+WCtrl+Shift+WExtend or shrink selectionIncrease or decrease the scope of selection according to specific code constructs.
Ctrl+/Ctrl+Shift+/Add/remove line or block commentComment out a line or block of code.
Ctrl+BGo To DeclarationNavigate to the initial declaration of the instantiated class, called method, or field.
Alt+F7Find UsagesShow all places where a code element is used across your project.
Alt+1Focus the Project tool window
EscapeFocus the editor

가장 많이 사용하는 단축키

ShortcutAction
Search EverywhereDouble Shift
Find Action...Ctrl+Shift+A
Show Project windowAlt+1
RebuildCtrl+Shift+F9
Show Intention ActionsAlt+Enter
Recent FilesCtrl+E
Find UsagesAlt+F7
Select In...Alt+F1
Settings...Ctrl+Alt+S
Generate...Alt+Insert
Run AnythingDouble Ctrl
Debug...Alt+Shift+F9
View Breakpoints...Ctrl+Shift+F8
Attach to Process...Ctrl+Alt+F5
VCS Operations Popup...Alt+`
Refactor This...Ctrl+Alt+Shift+T
Reformat CodeCtrl+Alt+L

코드 작성시 단축키

ShortcutAction
CutCtrl+X
CopyCtrl+C
PasteCtrl+V
Paste as Plain TextCtrl+Alt+Shift+V
Paste from History...Ctrl+Shift+V
Copy PathsCtrl+Shift+C
Copy ReferenceCtrl+Alt+Shift+C
Save AllCtrl+S
UndoCtrl+Z
RedoCtrl+Shift+Z
Indent SelectionTab
Unindent Line or SelectionShift+Tab
Auto-Indent LinesCtrl+Alt+I
Start New LineShift+Enter
Start New Line Before CurrentCtrl+Alt+Enter
Delete LineCtrl+Y
Join LinesCtrl+Shift+J
Duplicate Line or SelectionCtrl+D
Toggle CaseCtrl+Shift+U
Scratch FileCtrl+Alt+Shift+Insert
Open Source in New WindowShift+F4

참고) https://www.jetbrains.com/help/idea/reference-keymap-win-default.html#diff_viewer

0개의 댓글