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 ## I am trying to use the debugger to inspect large collections (thousands of elements). Rather than continually clicking "More" in the Variables or Watch panes to...

Bug
Debugger

launch configuration looks something like ```json { "name": ".NET Debug Tool", "type": "coreclr", "request": "launch", "program": "dotnet", "args": [ "tool", "run", "{toolname}" ], "cwd": "${workspaceRoot}", "stopAtEntry": true, "externalConsole": false, "justMyCode":...

Feature Request
Debugger
OmniSharp
Blocked on .NET Core

![Image](https://github.com/user-attachments/assets/6cdd4333-d38c-458c-ac1b-ff748e58e064) This is a newly created untitled file, without any project opened. And here's a 'T' on the top of auto-completion. Each time I want to type identifier 't' it...

Bug

Type: Bug ## Issue Description ## Numerous RZ10012 warnings are raised when opening a vanilla project generated by `dotnet new fluentuiblazorserver` ## Steps to Reproduce ## 1. Create a new...

Razor

Type: Feature Request When using the rename symbol to refactor code, the new name given to a symbol can conflict with existing symbols at the site of each rename. What...

Feature Request

Previously, we have attempted to be good citizens of activation by only activating on specific relevant events, and not blocking activation on the server process starting. However - when Dev...

Here's a screen recording demonstrating the problem: https://github.com/user-attachments/assets/f15a9123-d2d0-480b-b2fd-0fba4056e888 ## Actual behavior Once you open the source-generated file, if you modify code that updates the source generator, it doesn't get reflected...

Bug

## Expected behavior C# documents support VS Code's "Sticky Scroll" feature when configured with the default settings (`"editor.stickyScroll.defaultModel": "outlineModel"`). ## Actual behavior The C# extension's outline model (provided by `DocumentSymbolProvider`)...

Bug

## Issue Description ## If the last time you compiled there was a programming error, you will continue to observe the red underline indicating an error until you compile again....

OmniSharp
Triaged
Needs Investigation

From vscode-dotnettools created by [omlnaut](https://github.com/omlnaut): microsoft/vscode-dotnettools#358 ### Describe the feature you'd like Currently, the problems tab only shows problems for files that were opened in the workspace. In the existing...

Feature Request
Analyzers