VS Code

  • Download
  • Extensions
    • Sourcery
    • Remote * SSH
    • Settings Sync
    • Live Server
    • Prettier
    • GitLens
    • TODO Highlights
    • VSCode-icons
    • Regex Previewer
    • Polacode
    • Better Comments
    • Indent-rainbow
    • Markdown All in One
    • Bookmarks
    • Open file
  • Command line
    • code .
      • open code with current directory
    • code -r .
      • open the current directory in the most recently used code window
    • code -n
      • create a new window
  • Shortcut
    • PDF
    • F2 + click on name to change all
    • Command Palette
      • open
        • Windows: CTRL+SHIFT+P
        • Mac: CMD+SHIFT+P
      • Quick Open
        • Windows: CTRL+P
        • Mac: CMD+P
      • Multi-Select Cursor
        • Windows: CTRL+D
        • Mac: CMD+D
      • Column (box) selection
        • Windows: Shift+Alt
        • Mac: Shift+Option
      • Comment Code Block
        • Windows: SHIFT+ALT+A (Multi-line comment), CTRL+K+C (Single-line comment)
        • Mac: SHIFT+OPT+A
      • Global Find
        • Windows: CTRL+SHIFT+F
        • Mac: CMD+SHIFT+F
      • Multiple Cursors
        • Windows: CTRL+ALT+UP/Down arrow
        • Mac: CMD+OPT+UP/Down arrow
      • Side by side Markdown edit and preview
        • Windows: Ctrl+K V
  • Good to know