IntelliJ IDEA Keyboard shortcuts


Category Name Windows / Linux shortcut macOS shortcut Explained in video*
Common Copy to clipboard Ctrl+C Cmd+C Lesson 21
Common Paste from clipboard Ctrl+V Cmd+V Lesson 21
Common Duplicate line or selection Ctrl+D Cmd+D Lesson 21
Common Cut to clipboard Ctrl+X Cmd+X Lesson 22
Common Edit undo Ctrl+Z Cmd+Z Lesson 50
Edit Select text Shift+CursorKeys Shift+CursorKeys Lesson 21
Edit Indent line or selection Tab Tab Lesson 26
Edit Unindent line or selection Shift+Tab Shift+Tab Lesson 26
Edit Comment with line Comment Ctrl+/ Cmd+/ Lesson 47
Find Find text Ctrl+F Cmd+F Lesson 194
Find Find usages Alt+F7 Opt+F7 Lesson 194
Debug Step into F7 F7 Lesson 92
Debug Step over F8 F8 Lesson 29
Debug Resume program F9 Cmd+Opt+R Lesson 29
Navigation Go to declaration Ctrl+B Cmd+B Lesson 100
Navigation Go to declaration Ctrl+LeftClick Cmd+LeftClick Lesson 100
Navigation Move caret to matching bracket Ctrl+Shift+M Ctrl+M Lesson 20
Navigation Select next tab Alt+Right Cmd+Shift+] Lesson 148
Navigation Select previous tab Alt+Left Cmd+Shift+[ Lesson 148
Assistant Basic completion (content assist) Ctrl+Space Ctrl+Space Lesson 185
Assistant Generate... Alt+Insert Cmd+N Lesson 174
Assistant Show context actions (Quick-fixes for example) Alt+Enter Opt+Enter Lesson 145
Assistant Quick documentation Ctrl+Q F1 Lesson 189
Assistant Refactor rename Shift+F6 Shift+F6 Lesson 102
Assistant Change signature (reorder parameters) Ctrl+F6 Cmd+F6 Lesson 100
Assistant Optimize imports Ctrl+Alt+O Ctrl+Opt+O Lesson 219
Assistant Reformat code Ctrl+Alt+L Cmd-Opt+L Lesson 20
Assistant Extract method Ctrl+Alt+M Cmd+Opt+M Lesson 95
Assistant Surround with (do while) Ctrl+Alt+T Cmd+Opt+T Lesson 50
SpecialChar Pipe character (or operator) en Shift+keyRightToLeftShiftKey Opt+7 Lesson 69
SpecialChar Pipe character (or operator) en Shift+keyAboveEnterKey Opt+7 Lesson 69
SpecialChar Pipe character (or operator) de AltGr+keyRightToLeftShiftKey Opt+7 Lesson 69
SpecialChar Ampersand (and operator) en Shift+7 Shift+7 Lesson 72
SpecialChar Ampersand (and operator) de Shift+6 Shift+6 Lesson 72
* Please buy the course Java for newcomers and log in to udemy.com to watch the explanation videos.