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
881ccd2487
commit
3af3fefecd
15
README.md
15
README.md
@ -17,7 +17,20 @@ Language packages extend the editor with syntax highlighting and/or snippets for
|
||||
- [React JSX](https://marketplace.visualstudio.com/items?itemName=TwentyChung.jsx)
|
||||
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
|
||||
|
||||
## Lint
|
||||
## Lint and IntelliSense
|
||||
|
||||
In case the awesome nirvana that is linting has not yet been unleashed upon you:
|
||||
> lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.
|
||||
|
||||
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.
|
||||
|
||||
Here are some useful linters and IntelliSense extensions:
|
||||
|
||||
- [C++](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - GNU Global tags
|
||||
- [CSS](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - stylelint
|
||||
- [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go) - Go
|
||||
- [JavaScript](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - eslint
|
||||
- [Python](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python)
|
||||
|
||||
## Themes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user