Update README.md

This commit is contained in:
Valerii Iatsko 2016-02-08 09:59:07 +01:00
parent f89df154c4
commit 42e2adfd23

View File

@ -46,6 +46,9 @@ Language packages extend the editor with syntax highlighting and/or snippets for
- [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx)
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
#### React JSX
Please note that in order to make JSX working correctly in .js files, you'll need [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx) extension, mentioned above, and one of the linters with JSX support (*eslint* is recommended) from Lint and IntelliSense section below.
## Lint and IntelliSense
@ -54,8 +57,6 @@ In case the awesome nirvana that is linting has not yet been unleashed upon you:
Unlike some other editors, VS Code supports IntelliSense, linting, outline out-of-the-box and doesn't require any separate extension to run linter packages. Some linters are already integrated in VS Code, you can find the full list in the official documentation, [Languages](https://code.visualstudio.com/Docs/languages/overview) section.
## Lint and IntelliSense
### C++
- [gnu-global-tags](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool.