vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
## Issue Description ## Everytime i open my vscode, this notification pops up ** Project system ran into an unexpected problem, please report it to the product team ** do...
Type: Bug ## Issue Description ## Constructor does not show any hints when typing if the object you are trying to construct is used as an inline method parameter. ##...
Type: Bug ## Issue Description ## ## Steps to Reproduce ## 1. Create a simple console app that subscribes to the `Console.CancelKeyPress` event 2. Debug application with launch.json configuration setting...
Nothing currently assists users as they type out expressions in the VS Code debug console. Not sure if there's already a feature the C# extension could hook into. But whether...
C# XML doc comments don't get rendered as they deserved by VsCode's inline doc popup. Namely: - The Examples section is missing; - The See Also section is missing; -...
## Is your feature request related to a problem? Please describe. VSCode has become increasingly slow due to background code analysis; after every few updates something changes and it becomes...
## Environment data `dotnet --info` output: ``` .NET Command Line Tools (2.0.2) Product Information: Version: 2.0.2 Commit SHA-1 hash: a04b4bf512 Runtime Environment: OS Name: Windows OS Version: 10.0.15063 OS Platform:...
### Issue Description This seems to be an edge case that has not been noticed. In a top-level file, a brace-scoped `using` declaration with an object initialized which contains a...
Type: Bug ## Issue Description ## When using .editorconfig with `indent_style: tab`, IDE0055 warnings are displayed around comments. ## Steps to Reproduce ## 1. Create an editor config with the...
Hi all, I've come across other older [issues](https://github.com/microsoft/vscode/issues/40235) raised to have opening braces such as { automatically move down to the new line once enter is pressed and the cursor...