vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Official C# support for Visual Studio Code

Results 493 vscode-csharp issues
Sort by recently updated
recently updated
newest added

We have some feedback that it takes longer in VSCode to get to the desired item in the list. This tracks taking a deeper dive into why

Bug

See the logs collected in https://github.com/microsoft/vscode/issues/239789 The C# language server sends overlapping folding line ranges for `else` clauses. Note that VS Code only supports folding lines, so `startCharacter` and `endCharacter`...

Bug

I didn't found a way to fix all issues reported by code analyzers using one VS Code command. At the moment you need to manually navigate to each issue in...

Feature Request