awesome-vscode/README.md

378 lines
17 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
2016-02-12 09:00:43 +00:00
- [Official](#official)
2016-02-07 23:05:36 +00:00
- [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)
- [Markdown](#markdown)
2016-02-08 07:42:38 +00:00
- [Python](#python)
2016-02-07 23:05:36 +00:00
- [Themes](#themes)
2016-12-18 04:18:36 +00:00
- [Custom theme for VS code](#custom-theme-for-vs-code)
2016-02-07 23:56:24 +00:00
- [Material-theme](#material-theme)
- [Base16 Ocean Kit](#base16-ocean-kit)
- [Seti](#seti)
2016-10-03 15:16:37 +00:00
- [Atom One Dark Syntax Theme](#atom-one-dark-syntax-theme)
2016-10-03 01:53:07 +00:00
- [An Old Hope Theme](#an-old-hope-theme)
- [Productivity](#productivity)
2016-11-20 04:13:14 +00:00
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Bookmarks](#bookmarks)
- [Copy Relative Path](#copy-relative-path)
2016-11-03 14:06:08 +00:00
- [Gi](#gi)
- [Git History](#git-history)
- [Git Project Manager](#git-project-manager)
2016-12-08 12:23:25 +00:00
- [GitLink](#gitlink)
- [Icon Fonts](#icon-fonts)
- [Multiple clipboards](#multiple-clipboards)
- [Path IntelliSense](#path-intellisense)
- [Project Manager](#project-manager)
2016-11-21 09:28:19 +00:00
- [REST Client](#rest-client)
- [Yo](#yo)
- [Formatting/Beautification](#formatting-beautification)
2016-02-07 23:59:14 +00:00
- [Align](#align)
2016-11-20 04:13:14 +00:00
- [Auto Close Tag](#auto-close-tag)
- [Auto Rename Tag](#auto-rename-tag)
2016-02-07 23:59:14 +00:00
- [beautify](#beautify)
- [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer)
- [join-lines](#join-lines)
- [Sort Lines](#sort-lines)
- [Uncategorized](#uncategorized)
2016-11-20 04:13:14 +00:00
- [Code Runner](#code-runner)
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:13:53 +00:00
- [Runner](#runner)
2016-09-12 03:55:43 +00:00
- [Slack](#slack)
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-12 09:00:43 +00:00
## Official
- [Official website](https://code.visualstudio.com/)
- [Source code](https://github.com/microsoft/vscode) on GitHub
- [Releases (stable channel)](http://code.visualstudio.com/download)
- [Releases (insiders channel)](http://code.visualstudio.com/insiders)
- [Monthly iteration plans](https://github.com/Microsoft/vscode/issues?utf8=%E2%9C%93&q=label%3Aiteration-plan+)
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-12 22:09:42 +00:00
- [Mason](https://marketplace.visualstudio.com/items?itemName=viatsko.html-mason)
- [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-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++
2016-08-13 17:39:16 +00:00
- [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) - Preview C/C++ extension by [Microsoft](https://microsoft.com), read [official blog post](https://blogs.msdn.microsoft.com/vcblog/2016/03/31/cc-extension-for-visual-studio-code/) for the details
2016-02-08 07:42:38 +00:00
- [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.
- [YouCompleteMe](https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using [YouCompleteMe](http://valloric.github.io/YouCompleteMe/).
2016-02-08 07:42:38 +00:00
### 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-18 18:57:16 +00:00
- [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/sindresorhus/ava).
2016-02-08 07:42:38 +00:00
### Markdown
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - Linter for [markdownlint](https://github.com/DavidAnson/markdownlint).
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-12-18 04:18:36 +00:00
However, this extension allow you to do it by patching VS code, until it's implemented as a default feature :
#### [Custom theme for VS code](https://marketplace.visualstudio.com/items?itemName=bentx.vscode-custom-theme)
> Customize your Visual Studio Code experience, use your own colors.
![](https://raw.githubusercontent.com/bentx/vscode-custom-theme/master/images/screen.gif)
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-10-03 15:16:37 +00:00
#### [Atom One Dark Syntax Theme](https://marketplace.visualstudio.com/items?itemName=andischerer.theme-atom-one-dark)
![](https://raw.github.com/andischerer/vscode-theme-atom-one-dark/master/theme.png)
2016-10-03 01:53:07 +00:00
#### [An Old Hope Theme](https://marketplace.visualstudio.com/items?itemName=dustinsanders.an-old-hope-theme-vscode)
![](https://raw.githubusercontent.com/dustinsanders/an-old-hope-theme-vscode/master/dark.png)
## Productivity
2016-02-07 23:36:21 +00:00
2016-11-20 04:13:14 +00:00
### [Azure IoT Toolkit](https://marketplace.visualstudio.com/items?itemName=formulahendry.azure-iot-toolkit)
> Everything you need for the Azure IoT development: Interact with Azure IoT Hub; IoT Device Management; Discover Ethernet, USB serial, WiFi connected devices
![](https://raw.githubusercontent.com/formulahendry/vscode-azure-iot-toolkit/master/images/monitor.gif)
### [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks)
2016-02-07 23:59:14 +00:00
> Mark lines and jump to them
2016-02-07 23:59:14 +00:00
![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-commands.png)
2016-02-08 08:14:23 +00:00
![](https://github.com/alefragnani/vscode-bookmarks/raw/master/images/bookmarks-toggle.png)
2016-02-07 23:59:14 +00:00
### [Copy Relative Path](https://marketplace.visualstudio.com/items?itemName=alexdima.copy-relative-path)
2016-02-07 23:59:14 +00:00
> Copy Relative Path from a File
2016-02-08 00:00:29 +00:00
2016-11-03 14:06:08 +00:00
#### [Gi](https://marketplace.visualstudio.com/items?itemName=rubbersheep.gi)
> Generating .gitignore files made easy.
![](https://github.com/hasit/vscode-gi/raw/master/assets/gi.gif)
### [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)
2016-02-08 00:00:29 +00:00
> View git log, file or line History
2016-02-08 00:00:29 +00:00
![](https://raw.githubusercontent.com/DonJayamanne/gitHistoryVSCode/master/images/fileHistoryCommand.gif)
2016-02-08 00:00:29 +00:00
### [Git Project Manager](https://marketplace.visualstudio.com/items?itemName=felipecaputo.git-project-manager)
2016-02-08 00:16:16 +00:00
> Automatically indexes your git projects and lets you easily toggle between them
2016-02-08 00:16:16 +00:00
2016-12-08 12:23:25 +00:00
### [GitLink](https://marketplace.visualstudio.com/items?itemName=qezhu.gitlink)
> GoTo current file's online link in browser and Copy the link in clipboard.
![](https://raw.githubusercontent.com/qinezh/vscode-gitlink/master/images/how_to_use_it.gif)
2017-01-09 20:45:03 +00:00
### [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
> Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions.
![](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/preview-gitlens.gif)
### [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts)
2016-02-08 00:16:16 +00:00
> Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!
2016-02-08 00:17:31 +00:00
### [Multiple clipboards](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-multiclip)
2016-02-08 00:17:31 +00:00
> Override the regular Copy and Cut commands to keep selections in a clipboard ring
2016-02-08 08:12:32 +00:00
### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)
2016-02-07 23:36:21 +00:00
> Visual Studio Code plugin that autocompletes filenames
2016-02-07 23:36:21 +00:00
![](https://i.giphy.com/iaHeUiDeTUZuo.gif)
2016-02-07 23:39:43 +00:00
2017-01-24 15:35:18 +00:00
### [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager)
2016-02-08 00:32:31 +00:00
2017-01-24 15:35:18 +00:00
> Easily switch between projects.
2016-02-08 00:32:31 +00:00
2017-01-24 15:35:18 +00:00
![](https://raw.githubusercontent.com/alefragnani/vscode-project-manager/master/images/project-manager-commands.png)
2016-02-08 00:32:31 +00:00
2016-11-21 09:28:19 +00:00
### [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
> Allows you to send HTTP request and view the response in Visual Studio Code directly.
![](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/images/usage.gif)
### [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo)
2016-02-08 00:29:22 +00:00
> Scaffold projects using [Yeoman](http://yeoman.io/)
2016-02-08 00:29:22 +00:00
![](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif)
2016-02-08 00:01:41 +00:00
## Formatting & Beautification
2016-02-08 00:01:41 +00:00
### [Align](https://marketplace.visualstudio.com/items?itemName=steve8708.Align)
2016-02-08 00:12:34 +00:00
> Align text in vscode like the atom-alignment package
2016-02-08 00:12:34 +00:00
![](https://cdn-images-1.medium.com/max/1600/1*U0MbxS9dVaRRJibCoyVS9g.png)
2016-02-07 23:39:43 +00:00
2016-11-20 04:13:14 +00:00
### [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)
> Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text
![](https://raw.githubusercontent.com/formulahendry/vscode-auto-close-tag/master/images/usage.gif)
### [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
> Auto rename paired HTML/XML tags
2016-11-20 04:13:14 +00:00
![](https://raw.githubusercontent.com/formulahendry/vscode-auto-rename-tag/master/images/usage.gif)
### [beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)
2016-02-07 23:39:43 +00:00
> Beautify code in place for VS Code
2016-02-08 00:03:48 +00:00
### [ECMAScript Quotes Transformer](https://marketplace.visualstudio.com/items?itemName=vilicvane.es-quotes)
2016-02-08 00:13:53 +00:00
> Transform quotes of ECMAScript string literals
2016-02-08 00:13:53 +00:00
![](https://cloud.githubusercontent.com/assets/970430/10563944/4cc04462-75d1-11e5-984b-41e0a21a72c3.gif)
### [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-08 00:13:53 +00:00
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
## Uncategorized
2016-08-13 17:38:17 +00:00
2016-11-20 04:13:14 +00:00
### [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)
> Run code snippet or code file for multiple languages: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script
![](https://raw.githubusercontent.com/formulahendry/vscode-code-runner/master/images/usage.gif)
### [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)
2016-08-13 17:38:17 +00:00
> Highlight web colors in your editor
2016-08-13 17:38:17 +00:00
![](https://cdn-images-1.medium.com/max/1600/1*ZwE7OHKR5opvDCJJOw9KeQ.png)
2016-02-08 07:12:54 +00:00
### [Dash](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash)
2016-02-08 07:12:54 +00:00
> Dash integration in Visual Studio Code
2016-02-08 07:12:54 +00:00
![](https://cdn-images-1.medium.com/max/2000/1*sqGllC-pgXNaEBfB-cxG9Q.png)
2016-08-27 15:04:51 +00:00
### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.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.
2016-08-27 15:04:51 +00:00
![](https://github.com/Microsoft/vscode-chrome-debug/raw/master/images/screenshot.png)
2016-08-27 15:04:51 +00:00
### [Editor Config for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
2016-08-27 14:56:13 +00:00
> Editor Config for VS Code
### [ftp-sync](https://marketplace.visualstudio.com/items?itemName=lukasz-wronski.ftp-sync)
2016-08-27 14:56:13 +00:00
> Auto-sync your work to remote FTP server
![](http://i.imgur.com/W9h4pwW.gif)
### [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)
### [Vim Mode](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)
> Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features
![](https://github.com/VSCodeVim/Vim/raw/master/images/screen.png)
2016-08-27 14:56:13 +00:00
2016-09-12 03:55:43 +00:00
### [Slack](https://marketplace.visualstudio.com/items?itemName=sozercan.slack)
> Send messages and code snippets, upload files to Slack
![](https://raw.githubusercontent.com/sozercan/vscode-slack/master/slack-upload.gif)
2016-08-27 14:56:13 +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-09-12 03:56:42 +00:00
- [Open in Code](https://github.com/sozercan/OpenInCode) - macOS Finder toolbar app to open current folder in Visual Studio Code
![](https://camo.githubusercontent.com/edbae5fe27d6c7af23218e60cb07e3a5061bbbab/687474703a2f2f692e696d6775722e636f6d2f4c6d56484978572e676966)
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
2016-02-20 12:27:13 +00:00
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0/)
2016-02-08 00:25:38 +00:00
To the extent possible under law, [Valerii Iatsko](http://codingbox.io) has waived all copyright and related or neighboring rights to this work.