ArchiveVSCode setting

VSCode setting

Extensions

NameLinkCommand
Auto Rename Taghere
Bookmarkshere⌥ + ⌘ + (J,K,L)
Code Spell Checkerhere
Color Highlighthere
Error Lenshere
Find unused exportshere
GitLenshere
Highlight Matching Taghere
htmltagwraphere⌥ + W
Import Costhere
indent-rainbowhere
Material Icon Themehere
Outline Maphere
Todo Treehere
vscode-styled-componentshere

Settings

./vscode/setting.json
{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.organizeImports": "always"
  },
  "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
  "eslint.workingDirectories": [{ "mode": "auto" }],
  "htmltagwrap.tag": "div",
  "htmltagwrap.autoDeselectClosingTag": true
}