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
- Host: GitHub
- URL: https://github.com/didierfranc/vscode-react-intellisense
- Owner: didierfranc
- License: mit
- Created: 2016-04-18T03:40:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T21:28:59.000Z (about 9 years ago)
- Last Synced: 2025-03-18T22:03:46.910Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
## 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
```