Keybinding | Command | When |
---|---|---|
CTRL+F | Find | Editor |
CTRL+SHIFT+F | Find in files | - |
CTRL+SHIFT+H | Replace in files | - |
ALT+/ | Move code line up/down | Editor (not read-only) |
CTRL+' | Toggle line comment | Editor (not read-only) |
Keybinding | Command | When |
---|---|---|
CTRL+B | View: toggle side bar | - |
CTRL+§ | View: Open instance of the file to the side | - |
CTRL+W | View: Close editor tab | - |
CTRL+SHIFT+P | Open command palette | - |
CTRL+P | Go to file | - |
CTRL+Ö | View: toggle terminal | Terminal is active |
When
parameter to know when the shortcuts are used
Keybinding | Command | When |
---|---|---|
CTRL+SHIFT+D | Copy line down | editorTextFocus && !editorReadOnly |
CTRL+SHIFT+ | Move line down | editorTextFocus && !editorReadOnly |
CTRL+SHIFT+ | Move line up | editorTextFocus && !editorReadOnly |
ALT+F3 | Select All Occurrences of Find Match | editorFocus |
Keybinding | Command | When |
---|---|---|
CTRL+TAB | View: Open Next Editor | |
CTRL+SHIFT+TAB | View: Open Previous Editor | |
CTRL+Ä | View: Focus Active Editor Group | terminalFocus |
CTRL+Ä | Terminal: Focus Terminal | |
CTRL+SHIFT+Ä | View: Toggle Maximized Panel (makes terminal big) |
In the Search panel, press & to browse the search history.
* ***CTRL+.*** auto-import / auto-create missing functions