mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-02-05 09:55:18 -05:00
Merge pull request #145 from chrislewisdev/patch-1
Add .NET Core Test Explorer extension
This commit is contained in:
commit
b9f4f361f6
@ -57,6 +57,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
||||
- [Kanban](#kanban)
|
||||
- [Live Server](#live-server)
|
||||
- [Multiple clipboards](#multiple-clipboards)
|
||||
- [Dotnet Core Test Explorer](#dotnet-core-test-explorer)
|
||||
- [npm Intellisense](#npm-intellisense)
|
||||
- [Partial Diff](#partial-diff)
|
||||
- [Paste JSON as Code](#paste-json-as-code)
|
||||
@ -431,6 +432,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
|
||||
|
||||
> Override the regular Copy and Cut commands to keep selections in a clipboard ring
|
||||
|
||||
## [Dotnet Core Test Explorer](https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer)
|
||||
|
||||
> View and run your .NET Core tests directly in the editor.
|
||||
|
||||
![](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.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…
x
Reference in New Issue
Block a user