Added Instant Markdown

This commit is contained in:
Waylon Walker 2018-10-09 22:04:10 -05:00 committed by GitHub
parent 3f21014dd8
commit 9346774e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Live Server](#live-server)
- [Multiple clipboards](#multiple-clipboards)
- [Dotnet Core Test Explorer](#dotnet-core-test-explorer)
- [Instant Markdown](#instant-markdown)
- [npm Intellisense](#npm-intellisense)
- [Partial Diff](#partial-diff)
- [Paste JSON as Code](#paste-json-as-code)
@ -483,6 +484,13 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![View and run your .NET Core tests directly in the editor animation](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.gif)
## [Instant Markdown](https://marketplace.visualstudio.com/items?itemName=dbankier.vscode-instant-markdown)
>Simply, edit markdown documents in vscode and instantly preview it in your browser as you type.
![Instant Markdown Screencast](https://raw.githubusercontent.com/dbankier/vscode-instant-markdown/master/vscode-instant-markdown.gif)
## [npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense)
> Visual Studio Code plugin that autocompletes npm modules in import statements.