Table of Contents generated with DocToc
- ESLint
- Prettier
- Docker
- Path Intellisense
- Reactjs code snippets
- REST Client
- Sass
- Settings Sync
- yUML
- Install recommended plugins (and optional plugins if you want)
- Enable Prettier to look for ESLint configuration (and format code according to its configuration):
"prettier.eslintIntegration": true
- Enable line wrap:
"editor.wordWrap": "on"