awesome-vscode/README.md

46 lines
2.2 KiB
Markdown
Raw Normal View History

2016-02-07 23:03:31 +00:00
# Awesome VS Code [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of delightful VS Code packages and resources. For more awesomeness, check out [awesome](https://github.com/sindresorhus/awesome).
2016-02-07 23:05:36 +00:00
# Table of Content
- [Syntax](#syntax)
- [Lint](#lint)
- [Themes](#themes)
- [Uncategorized](#uncategorized)
## Syntax
2016-02-07 23:08:42 +00:00
Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.
- [Dockerfile](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
- [React JSX](https://marketplace.visualstudio.com/items?itemName=TwentyChung.jsx)
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
2016-02-07 23:17:23 +00:00
## 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)
2016-02-07 23:05:36 +00:00
2016-02-07 23:19:56 +00:00
![](https://github.com/shinnn/vscode-stylelint/raw/master/screenshot.png)
2016-02-07 23:05:36 +00:00
## Themes
### UI
2016-02-07 23:23:13 +00:00
Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/Microsoft/vscode/issues/1833
2016-02-07 23:05:36 +00:00
### Syntax
## Uncategorized