A collection of vs code extensions which enhances the productivity of React/Frontend developers.
-
React/Redux/GraphQL JS Snippets
-
Exports Autocomplete
-
Npm Intellisense
-
ESLint for VSCode
-
Syntax Highlighting
-
Import Cost (Displays the size of the package/module when you import)
-
Prettier for code formatting
- Add below settings to your User Settings JSON file for auto-formatting when the file is saved
"editor.formatOnSave": true
- You can force Prettier to use your ESLint rules by adding the below setting to your User Settings JSON file.
"prettier.eslintIntegration": true