Visual Studio Code#


Table of Contents#


Resources#

YouTube

  • [ y ] 10-04-2023. freeCodeCamp. “VS Code Tutorial – Become More Productive”.

  • [ y ] 03-21-2022. freeCodeCamp. “Visual Studio Code Extensions to Improve Your Productivity”.

  • [ StackOverflow ] “How can I customize the tab-to-space conversion factor?”.


Documentation#

Visual Studio Code Glob Patterns Reference


Command Reference#

code --version

Launch VS Code and set the current working directory as the file explorer’s root.

code .

macOS#

~/Library/Application\ Support/Code/User/settings.json
{
    "workbench.colorTheme": "Modern Purple Theme Light",
    "window.zoomLevel": 1,
    "telemetry.telemetryLevel": "off",
    "terminal.external.osxExec": "iTerm2.app",
    "terminal.integrated.fontFamily": "MesloLGS NF",
}

Keyboard Shortcuts#

Shortcut

Graphical

Action

Ctrl-Opt-J

⌃⌥J

Merge highlighted cells

Shortcut

Graphical

Action

Merge highlighted cells