mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-10-01 01:05:39 -04:00
Added .NET Core Test Explorer
This commit is contained in:
parent
8dee7484a2
commit
be2ae4d7ed
@ -280,7 +280,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
|
||||
- [C/C++ Clang Command Adapter](https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command.
|
||||
- [CQuery](https://github.com/cquery-project/vscode-cquery) - [C/C++ language server](https://github.com/cquery-project/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more.
|
||||
|
||||
## C\#
|
||||
## C\#, ASP .NET and .NET Core
|
||||
|
||||
- [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) - C# extension by [Microsoft](https://www.microsoft.com), read [official documentation](https://code.visualstudio.com/docs/languages/csharp) for the details
|
||||
|
||||
@ -298,6 +298,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
|
||||
|
||||
![VSCode Solution Explorer](https://raw.githubusercontent.com/fernandoescolar/vscode-solution-explorer/master/images/vscode-solution-explorer-2.gif)
|
||||
|
||||
- [.NET Core Test Explorer](https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer)
|
||||
|
||||
![.NET Core Test Explorer](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer-065.gif)
|
||||
|
||||
## Clojure
|
||||
|
||||
### [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode)
|
||||
|
Loading…
Reference in New Issue
Block a user