An open API service indexing awesome lists of open source software.

https://github.com/didierfranc/vscode-react-intellisense

A blank project to get Intellisense for React in Visual Studio Code
https://github.com/didierfranc/vscode-react-intellisense

Last synced: 2 months ago
JSON representation

A blank project to get Intellisense for React in Visual Studio Code

Awesome Lists containing this project

README

        

# vscode-react-intellisense
A blank project to get Intellisense for React **^15.0.1** working easily in Visual Studio Code **^1.1.0**

![](screenshot.jpg)

## Guide

```
git clone https://github.com/didierfranc/vscode-react-intellisense.git
cd vs* && npm install
```

That's it get your app live with `npm start` and start editing `index.js`.

## More

If you want to get the best from Visual Studio Code, you have to install that two extensions, press `CMD+P` inside VS Code and type :

```
ext install ReactSnippets
ext install JavaScriptSnippets
```