VSCode
Prerequisites
Fonts should be installed as described in Essentials section.
Install
Plugins
Useful extensions:
Git
GitHub Theme - Choose either Light & Dark themes
Highlight Matching Tag
Code formatter
Drawing
Internationalization and localization (i18n)
Monorepo
Monorepo Workspace helps to pick Workspaces To Focus On
ESLint
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 |
---|---|
| 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