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

Originally from https://github.com/microsoft/vscode-dotnettools/issues/1425 by @georg-eckert-zeiss ---------------- ### Describe the Issue When adding a configuration and trying to run it a hyphen ("-") is added to the executable. Therefore I get...

Bug
Debugger
Needs More Info

Type: Bug i have any godot script c# open in vscode, and if the c# extension is off, "using Godot" and "using System" are highlighted, and you get autofill for...

Needs More Info

From vscode-dotnettools created by [i-mark](https://github.com/i-mark): microsoft/vscode-dotnettools#33 ### Describe the Issue My c# project contains some dotnet-script files. After install C# Dev Kit and open csx files I have some problems:...

Feature Request
Omnisharp-Parity

Resolves https://github.com/dotnet/vscode-csharp/issues/6537

VS Code has their own Call Hierarchy (Shift + Alt + H) so we should make sure we integrate with theirs.

Feature Request

## Environment data `dotnet --info` output: .NET SDK: Version: 8.0.303 Commit: 29ab8e3268 Workload version: 8.0.300-manifests.c915c39d MSBuild version: 17.10.4+10fbfbf2e Ambiente de runtime: OS Name: Windows OS Version: 10.0.22631 OS Platform: Windows...

Needs More Info

Originally filed by @rilehudd at https://github.com/microsoft/vscode-dotnettools/issues/1335 ### Describe the Issue Activating a key-binding to extract a method (using C#) does not extract the method. Though the code action does work...

Bug

When editing plain HTML files, VSCode insert quotes automatically after typing tag attribute, like `

Razor

When using C# devkit, invoking the command '.NET Restart Language Server' will cause the project information to get lost. ### Details When the C# extension's server restarts, it is able...

Bug

Weekly insertion [View Complete Diff of Changes](https://github.com/dotnet/razor/compare/b9e53afd50421f25f75d178ed5e550e4ed1bc53f...1b931e8879948986442ab29949ca57edcea58ac9?w=1) * Apply post-merge feedback from https://github.com/dotnet/razor/pull/11983 (PR: [#11987](https://github.com/dotnet/razor/pull/11987)) * Reduce TextDiffer allocations, including LOH (PR: [#11983](https://github.com/dotnet/razor/pull/11983)) * Clean up file headers in tooling,...