vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
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
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`...
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...