VSCode Shortcuts
Here are some keyboard shortcuts that I use a lot when working with VSCode.
To save a file: CTRL+S.
To create a new file: CTRL+N.
To open commands panel: CTRL+SHIFT+P.
To open find file panel: CTRL+P.
To show/hide the sidebar: CTRL+B.
To show/hide the lower panel (e.g. terminal, output ...): CTRL+J.
Focus on the sidebar: CTRL+0, focus on the main editor: CTRL+1, focus on the lower panel: CTRL+2
To select next occurrence of your selection: CTRL+D.
To select all occurrences of your selection: CTRL+SHIFT+L.
To put multiple cursors on the text hold ALT and click on the place where you want the next cursor to be.
To select next occurrence of your selection: CTRL+D.
- Previous: Ref: Comments
- Next: ES modify index settings