Skip to content

Visual Studio Code

VS Code Extensions

NameAuthor
Alphabetical SorterUgur Erdal
Auto Rename TagJun Han
Git Graphmhutchie
Highlight Matching Tagvincaslt
html-entitieschristopherstyles
Five ServerYannick
Markdown All in OneYu Zhang
Material Icon ThemePhilipp Kief
Material ThemeMattia Astorino
Path AutocompleteMihai Vilcu
PrettierPrettier
Project ManagerAlessandro Fragnani
vscode-pdftomoki1207
XML ToolsJosh Johnson

Settings

json
// Preferences: Open Settings
{
  "editor.tabSize": 2,
  "workbench.iconTheme": "material-icon-theme",
  "html.format.wrapLineLength": 80
}

Keyboard Shortcuts

json
// Preferences: Open Keyboard Shortcuts (JSON)
{
  "key": "ctrl+shift+enter",
  "command": "editor.emmet.action.wrapWithAbbreviation",
  "when": "editorTextFocus && !editorReadonly"
}