Skip to content

Instantly share code, notes, and snippets.

@abachar
Last active April 12, 2020 11:44
Show Gist options
  • Save abachar/a49de79b9878350b3d35f32bee5ec3fb to your computer and use it in GitHub Desktop.
Save abachar/a49de79b9878350b3d35f32bee5ec3fb to your computer and use it in GitHub Desktop.
Visual Studio Code Extensions

Extensions

  • Live Server
  • Bracket Pair Colorizer 2
  • REST Client
  • Auto Rename Tag
  • Prettier
  • ESLint
  • Material Theme
  • Material Theme Icons
  • Live Sass Compiler
  • HTML CSS Support
  • Javascript(ES6) Code Snippets
  • Turbo Console Log
  • Code Spell Checker
  • GitLens
  • Auto-Open Markdown Preview
  • CSS Peek
  • Debugger for Chrome
  • VSCode Icons Team

Configuration

Prettier

  • editor.formatOnSave: true
  • prettier.jsxSingleQuote: true
  • prettier.singleQuote: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment