vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
When I try to type` @{}` in Razor Page to use C# code, THe IntelliSense replaces it with `@__o{}` ## Environment data `dotnet --info` output: Version: 6.0.302 Commit: c857713418 VS...
## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 6.0.201 Commit: ef40e6aa06 Runtime Environment: OS Name: ubuntu OS Version: 20.04 OS Platform: Linux RID: ubuntu.20.04-x64 Base...
Currently, almost all C# types (and also namespaces), including interfaces, enums, structs, and classes, appear in the same color in VS Code + OmniSharp. By default this is a light...
Over the past several months, the .NET team has evaluated ways to evolve the .NET tooling ecosystem and incorporate more capabilities into VS Code. Currently, the C# experience in VS...
## Issue Description ## This extension doesn't do anything at all. That's all I can see. This extension advertises to understand C# and provide all sorts of features known from...
## Issue Description ## garbled message for Chinese character encoding on .NET output pannel ## Steps to Reproduce ## 1. open asp.net core .proj file 2. add nuget package 3....
## Issue Description ## Omnisharp server fails to start timeout ## Steps to Reproduce ## just try starting the server ## Expected Behavior ## server would sart ## Actual Behavior...
unity2019 .net6.0.100 omnisharp-vscode1.25.0 here is log [omnisharp-log.txt](https://github.com/OmniSharp/omnisharp-vscode/files/9242047/omnisharp-log.txt) :
## Steps to reproduce 1. Create a razor project via CLI. 2. Open it in VScode. ## Expected behavior Open razor project without any notifications. ## Actual behavior Notifications: "Couldn't...
## Issue Description ## As a user who has to target multiple Target Framework versions, I would like to be able to choose the specific framework Omnisharp should use. This...