mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-01-01 18:46:21 -05:00
Added Instant Markdown
This commit is contained in:
parent
3f21014dd8
commit
9346774e12
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user