Merge pull request #120 from mkloubert/master

Add vscode-kanban
This commit is contained in:
Valerii Iatsko 2018-08-02 20:44:59 +02:00 committed by GitHub
commit 43242fcb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [GitHub](#github)
- [GitHub Pull Request Monitor](#github-pull-request-monitor)
- [Icon Fonts](#icon-fonts)
- [Kanban](#kanban)
- [Live Server](#live-server)
- [Multiple clipboards](#multiple-clipboards)
- [npm Intellisense](#npm-intellisense)
@ -410,6 +411,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
> Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!
## [Kanban](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban)
![kanban](https://raw.githubusercontent.com/mkloubert/vscode-kanban/master/img/demo1.gif)
> Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support.
## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
> Launch a development local Server with live reload feature for static & dynamic pages.