Top 10 VSCode Extensions for React

What will be covered here?

We will be covering 10 essential visual studio code extensions for React developers. These extensions will help you code faster, cleaner and easier.

Top 10 VS Code Extensions for React

  1. ES7 React/Redux/GraphQL/React-Native snippets
  2. Prettier – Code formatted
  3. Bracket Pair Colorizer
  4. Auto Rename Tag
  5. VSCode React Refactor
  6. ESLint
  7. npm Intellisense
  8. TabOut
  9. change-case
  10. EditorConfig for VS Code

ES7 React/Redux/GraphQL/React-Native snippets Extension

JavaScript and React/Redux snippets in ES7+ with Babel plugin features for VS Code

Prettier – Code formatted

Prettier – Code formatted

Highlight Matching Tag

This extension highlights matching opening and/or closing tags. Optionally it also shows the path to tag in the status bar. Even though VSCode has some basic tag matching, it's just that - basic. This extension will try to match tags anywhere: from tag attributes, inside of strings, any files, while also providing extensive styling options to customize how tags are highlighted.

Highlight Matching Tag

Auto Rename Tag

Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.

Auto Rename Tag

VSCode React Refactor

This simple extension provides JSX refactor code actions for React developers.

VSCode React Refactor

ESLint

ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline.

npm Intellisense

It autocompletes npm modules in import statements.

npm Intellisense

TabOut

This extension allows you to tab out quotes, brackets, etc.

change-case

A wrapper around node-change-case for Visual Studio Code. Quickly change the case of the current selection or current word.

change-case

EditorConfig for VS Code

This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.

So these are the top 10 vs code extensions for React developers. Hope this article helps you with finding some best extensions for your React application development. These extensions can increase your productivity. Let us know if there are other extensions that you use in your daily life for React development. We love to use them as well. Goodbye for now, see you soon 😊

To see more blogs, visit my blog site

17