Setup React Native Environment in Visual Studio Code Editor Windows MAC Linux

Visual Studio Code editor used by millions of developers come from every programming language arena. I’m also using Visual Studio Code editor from beginning of my development career in react native. As I know VS Code editor is one of the best code editor I’ve every worked in. So in today’s tutorial we would learn about Setup React Native Environment in Visual Studio Code Editor in Windows MAC Linux operating system. After setting up react native for VS Code editor it will show us coding suggestions with maximum durability, which makes a beginner developer coding easy. All we have to do is type a Code beginning keyword and press CTRL+Space to show the suggestion matched to that keyword.

Contents in this project Setup React Native Environment in Visual Studio Code Editor in Windows MAC Linux Tutorial:

1. The first step is to download latest Stable version of Visual Studio Code editor from their website. Here is the link. VS Code editor is free for everyone.

2. After downloading install VS Code editor on your operating system.

3. Now open VS Code editor -> View -> Command Palette…

Setup React Native Environment in Visual Studio Code Editor Windows MAC Linux

4. Search Extensions: Install Extensions in the Search box.

5. Search a Plugin named as React Native Tools.

6. Click on Install button to install the React Native Tools plugin. There are other plugins for React Native, you can also install them from here as per your requirement.

Setup React Native Environment in Visual Studio Code Editor Windows MAC LinuxHere you go guys, Now your VS Code Editor is ready to use with React Native .