1. 程式人生 > >VSCode Web Developement for Javascript. Must have plugins.

VSCode Web Developement for Javascript. Must have plugins.

Es6 Javascript front-end web developemnt must have plugins

  1. Prettier - Code Formatter
  2. Javascript (ES6) code snippets
  3. ESLint
  4. Autho Import Es6, TS, jSX, TSX
  5. Format on save, this functionality is an existing one in VSCode, open settings and set below lines
"editor.formatOnType": true,
"editor.formatOnSave": true