From 42e2adfd23e326521dca4d215800ea911bb265bf Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Mon, 8 Feb 2016 09:59:07 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b19d6ed..e56bfce 100644 --- a/README.md +++ b/README.md @@ -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.