vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
Porting most completion test from VS (all applicable) and adding text change methods that ignore cancellation exceptions.
Trying to insert text into a Razor document during Razor integration tests results in an error in razorDocumentSynchronizer.  So far I've seen it only in Razor integraiton tests and...
Basic tests for various bits of project system functionality - [x] Dotnet core projects - [ ] .net framework projects - [ ] mono projects - [ ] sln vs....
10.0.0-next.15 brings full support for LogOutputChannels which cleans up the logging of severities and timestamps. Otherwise we end up with confusing duplicate severities being listed with duplicate timestamps. This support...
### Environment Data dotnet --info output: ``` .NET SDK: Version: 10.0.100-preview.3.25201.16 Commit: 9dee3cf508 Workload version: 10.0.100-manifests.ef4f854f MSBuild version: 17.14.0-preview-25177-05+903614e16 Runtime Environment: OS Name: Windows OS Version: 10.0.26100 OS Platform: Windows...
## Is your feature request related to a problem? Please describe. I'm always frustrated when working with Blazor components that have multiple parameters, as the VS Code formatter keeps all...
Type: Bug ## Issue Description ## When adding an attribute to HTML tag in Razor file, pressing "=" (equal sign) after atteibute name adds another "=" to value. Disabling the...
Type: Bug https://github.com/dotnet/roslyn/blob/main/src/Compilers/CSharp/Test/Emit3/Semantics/ExtensionTests.cs makes the extension very unhappy. It starts with being slow, then usually crashes after a few edits/completion invocations/quickinfos/ctrl+.s, etc. Extension version: 2.74.24 VS Code version: Code -...
Originally filed by @sliekens at https://github.com/microsoft/vscode-dotnettools/issues/1356 ### Describe the Issue When you view the IntelliSense documentation of a C# method in the 'suggest' widget, the method definition is truncated. There...
See also https://github.com/microsoft/vscode-dotnettools/issues/1020#issuecomment-2783896183 When the complex completion item is selected from the list using the mouse (but *not* highlighted), the complex edit does not apply. However, if the item is...