Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 993 Bytes

VSCODE_CONFIGURATION.md

File metadata and controls

43 lines (30 loc) · 993 Bytes

Table of Contents generated with DocToc

Visual Studio Code configuration guide

Recommended plugins

  • ESLint
  • Prettier

Optional plugins

  • Docker
  • Path Intellisense
  • Reactjs code snippets
  • REST Client
  • Sass
  • Settings Sync
  • yUML

Setup

  1. Install recommended plugins (and optional plugins if you want)
  2. Enable Prettier to look for ESLint configuration (and format code according to its configuration):
"prettier.eslintIntegration": true
  1. Enable line wrap:
"editor.wordWrap": "on"