vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
## 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  - codemaid in VS2022 
## 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...
## 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...

Steps to Reproduce: Select a method on c# Use 'Show Call Hierarchy' command You will get No result window
## 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...