VSCode

Prerequisites

Fonts should be installed as described in Essentials section.

Install

brew install --cask --appdir=~/Applications visual-studio-code

Plugins

Useful extensions:

List VS Code extension:

installing plugins via command line

Customizations

VSCode Settings. Use settings from .vscode for new project.

Fonts

Assume you installed MesloLGM Nerd Font Mon font[font-meslo-lg-nerd-font] from essentials guide. In your project's .vscode/settings.json file, set fontFamily for editor and terminal as shown below.

Tips

General key bindings

Key
Command

option + shift + F

Format

Markdown key bindings

Key
Command

Ctrl/Cmd + B

Toggle bold

Ctrl/Cmd + I

Toggle italic

Ctrl/Cmd + Shift + ]

Toggle heading (uplevel)

Ctrl/Cmd + Shift + [

Toggle heading (downlevel)

Opt + C

Check/Uncheck task list item

Ctrl/Cmd + Shift + V

Toggle preview

References

Last updated

Was this helpful?