======================================================== Visual Studio Code (Linux) keyboard shortcuts (filtered) ======================================================== First published at 12/29/2017 on https://defkey.com/visual-studio-code-linux-shortcuts Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It has features such as debugging, Git control, syntax highlighting, smart code completion, snippets and refactoring. It's free and open-source, however official download is under a proprietary license. General ------- Ctrl + Shift + P then F1 Show Command Palette Ctrl + P Quick Open, Go to File Ctrl + Shift + N New window/instance Ctrl + , User Settings Ctrl + K then Ctrl + S Keyboard Shortcuts Basic editing ------------- Ctrl + C Copy line (empty selection) Ctrl + ] Indent/outdent line Home Go to beginning of line End Go to end of line Alt + Page Up Scroll page up Alt + Page Down Scroll page down Ctrl + K then Ctrl + ] Unfold (uncollapse) all subregions Ctrl + / Toggle line comment Navigation ---------- Ctrl + T Show all symbols Multi-cursor and selection -------------------------- Alt + Left click Insert cursor Note: The Alt+Click shortcut may not work on some Linux distributions. You can change the modifier key for the Insert cursor command to Ctrl+Click with the “editor.multiCursorModifier” setting. Ctrl + I Select current line Rich languages editing ---------------------- Ctrl + Shift + I Format document Debug ----- Ctrl + K then Ctrl + I Show hover Integrated terminal ------------------- Ctrl + ` Show integrated terminal Ctrl + Home Scroll to top Last modified on (UTC): Saturday, January 16, 2021 Defkey © All rights reserved.