14 Useful Extensions For VSCode For React And React Native Developers

SweetSoft
2 min readMar 31, 2021

--

Discover a selection of helpful extensions that will speed up the work of React and React Native developers

Hey, guys! Let’s start a new week with some useful information. Discover a selection of helpful extensions that will speed up the work of React and React Native developers. For using in VSCode.

VSCode is a cross-platform open-source editor that is a favorite among programmers (especially web developers). It’s fast, extensible, and has a ton of features and customizations.

Snippets

Snippets are shortcuts in the editor that are transformed into full-fledged code. Instead of import React from ‘react’; we write imr and press Tab to expand the snippet. In particular, clg is expanded into console.log.

  1. Axios Snippets
  2. ES7 React/Redux/GraphQL/React-Native snippets

Todo Highlighter

  1. Todo Highlighter highlights TODO/FIXME or other comments in bright colors. Todo Highlighter’s fancy new feature is a list of highlighted comments, which is displayed in the console.
  2. Todo+ a more powerful plugin with many new features.

Automatic plugins

  1. Auto Close Tag — automatically closes the tag. For example, if you put <div>, automatically adds </div>.
  2. Auto Import adds imports to variables from packages in package.json or other files.
  3. Auto-Save on Window Change saves changes when you minimize the VS code.
  4. Path Autocomplete allows you to select the following folder in the context menu in the path, e.g. for pictures
  5. Typescript/Javascript Deporter — all variables that were imported and not used are automatically deleted.
  6. Import Cost allows you to see the size of the imported modules. You will see where you are importing the entire library or a specific part of it. This is valuable when building a project in Webpack.

Themes

  1. Rainbow Brackets makes brackets colorful.
  2. indent-rainbow makes color indentations.
  3. Material Theme — nice dark theme
  4. Material Theme Icons — nice dark theme #2.

What cool services do you use in your work? Share in the comments!

Check out our blog for more interesting articles.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

SweetSoft
SweetSoft

Written by SweetSoft

Software Development Company

No responses yet

Write a response