add vscode-kanban

This commit is contained in:
Marcel Kloubert 2018-06-09 20:59:35 +02:00
parent a6685457e5
commit 378d3e3072
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Git Indicators](#gitindicators)
- [GitHub](#github)
- [Icon Fonts](#icon-fonts)
- [Kanban](#kanban)
- [Live Server](#live-server)
- [Multiple clipboards](#multiple-clipboards)
- [npm Intellisense](#npm-intellisense)
@ -378,6 +379,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.