awesome-vscode/README.md

241 lines
11 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)
2016-02-12 08:57:34 +00:00
A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/) 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)
2016-02-08 07:08:25 +00:00
- [Lint and IntelliSense](#lint-and-intellisense)
- [C++](#c)
2016-02-08 07:42:38 +00:00
- [CSS](#css)
- [Go](#go)
- [JavaScript](#javascript)
- [Python](#python)
2016-02-07 23:05:36 +00:00
- [Themes](#themes)
2016-02-07 23:56:24 +00:00
- [Material-theme](#material-theme)
- [Base16 Ocean Kit](#base16-ocean-kit)
- [Seti](#seti)
2016-02-07 23:05:36 +00:00
- [Uncategorized](#uncategorized)
2016-02-07 23:59:14 +00:00
- [Align](#align)
- [beautify](#beautify)
2016-02-08 00:00:29 +00:00
- [Bookmarks](#bookmarks)
2016-02-08 00:16:16 +00:00
- [Color Highlight](#color-highlight)
2016-02-08 00:17:31 +00:00
- [Dash](#dash)
2016-02-07 23:54:37 +00:00
- [Debugger for Chrome](#debugger-for-chrome)
2016-02-08 00:32:31 +00:00
- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer)
2016-02-08 00:29:50 +00:00
- [Editor Config for VS Code](#editor-config-for-vs-code)
2016-02-08 00:01:41 +00:00
- [ftp-sync](#ftp-sync)
2016-02-08 00:12:34 +00:00
- [join-lines](#join-lines)
2016-02-07 23:54:37 +00:00
- [Project Manager](#project-manager)
2016-02-08 00:13:53 +00:00
- [Runner](#runner)
2016-02-08 00:03:48 +00:00
- [Sort Lines](#sort-lines)
2016-02-08 07:12:54 +00:00
- [Yo](#yo)
2016-02-08 08:34:13 +00:00
- [Resources for extension developers](#resources-for-extension-developers)
2016-02-08 16:47:55 +00:00
- [Documentation](#documentation)
2016-02-08 16:48:44 +00:00
- [Libraries](#libraries)
2016-02-08 16:47:55 +00:00
- [Tools](#tools)
2016-02-08 00:26:07 +00:00
- [Contribute](#contribute)
- [License](#license)
2016-02-07 23:05:36 +00:00
2016-02-08 07:42:38 +00:00
2016-02-07 23:05:36 +00:00
## 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.
- [Arduino](https://marketplace.visualstudio.com/items?itemName=moozzyk.Arduino)
2016-02-11 07:44:27 +00:00
- [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake)
- [Dart](https://marketplace.visualstudio.com/items?itemName=kevinplatel.dart)
2016-02-07 23:08:42 +00:00
- [Dockerfile](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
2016-02-11 07:42:56 +00:00
- [EJS](https://marketplace.visualstudio.com/items?itemName=QassimFarid.ejs-language-support)
2016-02-07 23:45:51 +00:00
- [Elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir)
- [Elm](https://marketplace.visualstudio.com/items?itemName=sbrink.elm)
2016-02-11 07:42:56 +00:00
- [Erlang](https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang)
- [F#](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)
2016-02-11 07:42:56 +00:00
- [Fortran](https://marketplace.visualstudio.com/items?itemName=Gimly81.fortran)
- [Handlebars](https://marketplace.visualstudio.com/items?itemName=andrejunges.Handlebars)
2016-02-08 08:51:56 +00:00
- [JS is JSX](https://marketplace.visualstudio.com/items?itemName=eg2.js-is-jsx)
- [Parser 3](https://marketplace.visualstudio.com/items?itemName=viatsko.parser3)
2016-02-11 07:44:27 +00:00
- [Pascal](https://marketplace.visualstudio.com/items?itemName=alefragnani.pascal), or [OmniPascal](https://marketplace.visualstudio.com/items?itemName=Wosi.omnipascal) (only for Windows)
- [Perl HTML-Template](https://marketplace.visualstudio.com/items?itemName=viatsko.perl-html-template)
2016-02-11 07:42:56 +00:00
- [Protobuf](https://marketplace.visualstudio.com/items?itemName=peterj.proto)
- [Ruby](https://marketplace.visualstudio.com/items?itemName=groksrc.ruby)
- [Scala](https://marketplace.visualstudio.com/items?itemName=itryapitsin.Scala)
2016-02-07 23:08:42 +00:00
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
- [Swift](https://marketplace.visualstudio.com/items?itemName=Kasik96.swift)
- [Twig](https://marketplace.visualstudio.com/items?itemName=whatwedo.twig)
2016-02-07 23:08:42 +00:00
2016-02-08 08:59:07 +00:00
#### React JSX
Please note that 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* recommended) from Lint and IntelliSense section below.
### Salsa Preview
Alternatively, instead of JS to JSX + ESLint, for javascript, since the January release, you can use *[Salsa Preview](https://github.com/Microsoft/TypeScript/issues/4789)*. [Follow the official documentation](https://github.com/Microsoft/vscode-docs/blob/master/release-notes/latest.md#enabling-salsa) in order to enable it.
2016-02-08 07:42:38 +00:00
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.
2016-02-08 07:42:38 +00:00
### 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.
### CSS
- [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint) - Lint CSS/SCSS.
### Go
- [Go](https://marketplace.visualstudio.com/items?itemName=lukehoban.Go) - Rich language support for the Go language.
2016-02-11 07:39:17 +00:00
### Haskell
- [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter)
2016-02-08 07:42:38 +00:00
### JavaScript
- [eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Linter for [eslint](http://eslint.org/).
2016-02-08 08:23:41 +00:00
- [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/sindresorhus/xo).
2016-02-08 07:42:38 +00:00
2016-02-11 07:42:56 +00:00
### PHP
- [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code
2016-02-08 07:42:38 +00:00
### Python
2016-02-07 23:17:23 +00:00
2016-02-08 07:42:38 +00:00
- [Python](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
2016-02-07 23:05:36 +00:00
2016-02-07 23:19:56 +00:00
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
2016-02-07 23:55:30 +00:00
#### [Material-theme](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme)
2016-02-07 23:30:23 +00:00
![](https://cloud.githubusercontent.com/assets/376065/12876148/12607198-cdfb-11e5-96d0-db87feb95b01.png)
2016-02-07 23:55:30 +00:00
#### [Base16 Ocean Kit](https://marketplace.visualstudio.com/items?itemName=chipcollier.Theme-OceanKit)
2016-02-07 23:33:53 +00:00
![](https://cloud.githubusercontent.com/assets/376065/12876166/98575186-cdfb-11e5-953d-2691ccad3472.png)
2016-02-07 23:55:30 +00:00
#### [Seti](https://marketplace.visualstudio.com/items?itemName=bialikover.theme-seti)
2016-02-07 23:44:40 +00:00
![](https://cloud.githubusercontent.com/assets/376065/12876209/0c5c2060-cdfd-11e5-9ff9-f3db152fc7fe.png)
2016-02-07 23:05:36 +00:00
## Uncategorized
2016-02-07 23:36:21 +00:00
2016-02-07 23:59:14 +00:00
### [Align](https://marketplace.visualstudio.com/items?itemName=steve8708.Align)
> Align text in vscode like the atom-alignment package
2016-02-08 08:14:23 +00:00
![](https://cdn-images-1.medium.com/max/1600/1*U0MbxS9dVaRRJibCoyVS9g.png)
2016-02-07 23:59:14 +00:00
### [beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)
> Beautify code in place for VS Code
2016-02-08 00:00:29 +00:00
### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks)
> Mark lines and jump to them
![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-commands.png)
![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-toggle.png)
2016-02-08 00:16:16 +00:00
### [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)
> Highlight web colors in your editor
![](https://cdn-images-1.medium.com/max/1600/1*ZwE7OHKR5opvDCJJOw9KeQ.png)
2016-02-08 00:16:16 +00:00
2016-02-08 00:17:31 +00:00
### [Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash)
> Dash integration in Visual Studio Code
2016-02-08 08:12:32 +00:00
![](https://cdn-images-1.medium.com/max/2000/1*sqGllC-pgXNaEBfB-cxG9Q.png)
2016-02-07 23:40:04 +00:00
### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
2016-02-07 23:36:21 +00:00
> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.
![](https://github.com/Microsoft/vscode-chrome-debug/raw/master/images/screenshot.png)
2016-02-07 23:39:43 +00:00
2016-02-08 00:32:31 +00:00
### [ECMAScript Quotes Transformer](https://marketplace.visualstudio.com/items?itemName=vilicvane.es-quotes)
> Transform quotes of ECMAScript string literals
![](https://cloud.githubusercontent.com/assets/970430/10563944/4cc04462-75d1-11e5-984b-41e0a21a72c3.gif)
2016-02-08 00:29:22 +00:00
### [Editor Config for VS Code](https://marketplace.visualstudio.com/items?itemName=chrisdias.vscodeEditorConfig)
> Editor Config for VS Code
2016-02-08 00:01:41 +00:00
### [ftp-sync](https://marketplace.visualstudio.com/items?itemName=lukasz-wronski.ftp-sync)
> Auto sync your work to remote FTP server
![](http://i.imgur.com/W9h4pwW.gif)
2016-02-08 00:12:34 +00:00
### [join-lines](https://marketplace.visualstudio.com/items?itemName=wmaurer.join-lines)
> Use Ctrl+j/Cmd+j to join lines, just like in Atom and similar to Sublime Text.
![](https://cloud.githubusercontent.com/assets/2899448/11255751/36ee036a-8e48-11e5-8e1f-8889bf2df026.gif)
2016-02-07 23:40:04 +00:00
### [Project Manager](https://marketplace.visualstudio.com/items?itemName=Shan.project-manager)
2016-02-07 23:39:43 +00:00
> Create and open projects instantly by saving the workspace folder in VSCode.
![](https://cloud.githubusercontent.com/assets/376065/12876200/691a69b6-cdfc-11e5-9c89-0af18acd965b.png)
2016-02-08 00:03:48 +00:00
2016-02-08 00:13:53 +00:00
### [Runner](https://marketplace.visualstudio.com/items?itemName=mattn.Runner)
> Run various scripts right from VS Code
![](https://raw.githubusercontent.com/mattn/vscode-runner/master/images/screenshot.gif)
2016-02-08 00:03:48 +00:00
### [Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines)
> Sorts lines of text in specific order
![](https://github.com/Tyriar/vscode-sort-lines/raw/master/images/usage-animation.gif)
2016-02-08 00:25:38 +00:00
2016-02-08 07:12:54 +00:00
### [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo)
> Scaffold projects using [Yeoman](http://yeoman.io/)
2016-02-08 07:42:38 +00:00
![](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif)
2016-02-08 07:12:54 +00:00
2016-02-08 08:45:31 +00:00
2016-02-08 08:34:13 +00:00
## Resources for extension developers
2016-02-08 00:25:38 +00:00
2016-02-08 16:47:55 +00:00
### Documentation
- [Extending Visual Studio Code](https://code.visualstudio.com/docs/extensions/overview) section of [Official Documentation](https://code.visualstudio.com/docs)
2016-02-08 16:48:44 +00:00
### Libraries
2016-02-08 16:46:34 +00:00
2016-02-08 16:48:44 +00:00
- [vscode-set-text](https://github.com/samverschueren/vscode-set-text) - An easy-to-use VS Code `#setText()` method.
2016-02-08 16:46:34 +00:00
2016-02-08 16:48:44 +00:00
### Tools
2016-02-08 08:45:31 +00:00
2016-02-11 08:13:21 +00:00
- [Online TextMate Themes Editor](http://tmtheme-editor.herokuapp.com/) - since VS Code supports TextMate themes, you can create them in this online editor and then create a new VS Code package using [Yo Code](https://code.visualstudio.com/docs/tools/yocode) tool
2016-02-08 16:48:44 +00:00
- [Yo Code - Extension Generator](https://code.visualstudio.com/docs/tools/yocode)
2016-02-08 08:45:31 +00:00
2016-02-08 00:25:38 +00:00
## Contribute
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.
## License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Valerii Iatsko](http://codingbox.io) has waived all copyright and related or neighboring rights to this work.