mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Update README.md
This commit is contained in:
parent
f89df154c4
commit
42e2adfd23
@ -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)
|
- [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx)
|
||||||
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
|
- [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
|
## 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.
|
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++
|
### 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.
|
- [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user