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

## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 6.0.300 Commit: 8473146e7d Runtime Environment: OS Name: ubuntu OS Version: 22.04 OS Platform: Linux RID: ubuntu.22.04-x64 Base...

- vscode outline ![image](https://user-images.githubusercontent.com/1876302/174235317-90523e64-0192-4a37-906f-5a4723cfef1d.png) - codemaid in VS2022 ![image](https://user-images.githubusercontent.com/1876302/174235472-43b621ae-b29e-47b0-a7ee-e28099c4ba71.png)

Feature Request

## Describe the solution you would like ```C# public class WhereFuncPathTests : UnitTestBase { public WhereFuncPathTests(DatabaseFixture fixture) : base(fixture) { } } ``` Should be converted/formatted (CTRL+SHIFT+I) to: ```C# public...

Formatting razor files breaks randomly, then stays broken for all files. ## Logs ## ### Razor OmniSharp log ### ``` [Info - 1:30:09 AM] Microsoft.AspNetCore.Razor.LanguageServer.RazorDocumentSynchronizationEndpoint: Saved Document c:/dev/.../Pages/Account/Manage/ShowRecoveryCodes.cshtml | [Info...

Using this issue to track an announcement. **This plugin is not currently supported on ARM-based devices.** If you find that something doesn't work for you, please check out the below...

Issue Type: Bug I was told by the VS Code GitHub that this is an issue with this extension. Take a look at the screenshot. You can see `` tags...

Razor

## Environment data `dotnet --info` output: VS Code version: **_1.67.2_** C# Extension version: **_1.25.0_** ## Steps to reproduce 1. Open a C# project **_.cs_** file. 2. Set up some breakpoints...

Feature Request
Blocked on VSCode

![image](https://user-images.githubusercontent.com/1876302/174012642-15b79d96-8273-4597-b2e6-41ff258d4f11.png)

Steps to Reproduce: Select a method on c# Use 'Show Call Hierarchy' command You will get No result window

Feature Request
Triaged

## Describe the solution you would like When typing a left curly bracket after the signature of a new method the right bracket should be added automatically in the correct...