awesome-vscode/README.md

194 lines
7.6 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)
2016-02-08 07:08:25 +00:00
- [Lint and IntelliSense](#lint-and-intellisense)
2016-02-08 07:42:38 +00:00
- [C++](#c++)
- [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 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.
- [Dockerfile](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)
2016-02-07 23:45:51 +00:00
- [Elixir](https://marketplace.visualstudio.com/items?itemName=mjmcloug.vscode-elixir)
- [F#](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)
2016-02-07 23:08:42 +00:00
- [React JSX](https://marketplace.visualstudio.com/items?itemName=TwentyChung.jsx)
- [Stylus](https://marketplace.visualstudio.com/items?itemName=buzinas.stylus)
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
## Lint and IntelliSense
### 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.
### 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
### 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 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.