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

## Issue Description ## ## Steps to Reproduce ## 1. Open Project in VS Code 2. Build project (CMD+SHIFT+B) ## Expected Behavior ## Project should build ## Actual Behavior ##...

#### p.s., cannot use the extension to "prefill this information" because the issue I wish to report is that the extension won't load: When I try to use the "prefill"...

## Is your feature request related to a problem? Please describe. When I get a razor error, the Output tab contains the following message: > Razor's trace level is currently...

## Environment data `dotnet --info` output: ``` .NET SDK: Version: 7.0.100 Commit: e12b7af219 Runtime Environment: OS Name: Windows OS Version: 10.0.19045 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.100\...

Bug
Triaged

Often the changelog shown in vscode and the CHANGELOG file on the repo don't show relevant info. Also, they are not in sync. I realise it's a bother to update...

1/ Install .NET Core 7.0 2/ Create WPF project with "dotnet new wpf" 3/ VSCode > Open Folder. After awhile, VSCode shows many errors: "The name 'InitializeComponent' does not exist...

This tracks https://github.com/microsoft/vscode-dotnettools/issues/799#issuecomment-1963666428   ![image](https://github.com/dotnet/vscode-csharp/assets/60013978/7fe8a64d-1522-476e-81d8-9ed6b95ecfac)

Editor-IntelliSense
linux

Type: Bug ## Issue Description ## Renaming the namespace of a file does not update `using` namespaces on other scripts that reference it. ## Steps to Reproduce ## 1. Create...

From vscode-dotnettools created by [julioct](https://github.com/julioct): microsoft/vscode-dotnettools#545 ### Describe the Issue Extracting an interface is an essential part of day-to-day coding activities, but with the latest C# extension version you can't...

Bug
Feature Request
Refactoring

Type: Bug ## Issue Description ## Since version 2.22.3, for WPF projects (possibly other types as well), the extension sometimes gets stuck in a loop where it executes `textDocument/diagnostic`, which...

Bug
Triaged