3.2 KiB
Awesome VS Code
A curated list of delightful VS Code packages and resources. For more awesomeness, check out awesome.
Table of Content
Syntax
Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.
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 section.
Here are some useful linters and IntelliSense extensions:
- C++ - GNU Global tags
- CSS - stylelint
- Go - Go
- JavaScript - eslint
- Python
Themes
UI
Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/Microsoft/vscode/issues/1833
Syntax
Uncategorized
Debugger for Chrome
A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.
Project Manager
Create and open projects instantly by saving the workspace folder in VSCode.