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

## Steps to reproduce 1. Create a C# file with namespace. 2. Move file to other folder. 3. The namespace is not adjusted (within the file). ## Expected behavior The...

## Environment data `dotnet --info` output: VS Code version: 1.67.2 C# Extension version:1.25.0 ## OmniSharp log ## Steps to reproduce 1. Open Unity C# project 2. Use F12 can't go...

Please paste the output from your clipboard## Issue Description ## ## Steps to Reproduce ## This behavior started immediately after installing dotnet 6 SDK via `brew upgrade dotnet-sdk`, which installed...

Bug
Test
Triaged

Defining a new anonumous object having a field valued by LINQ breaks syntax highlighting. Steps to reproduce: write the following code ``` public class Program { [Attribute1] [Attribute2(P = 1)]...

Triaged

## Is your feature request related to a problem? Please describe. tl;dr: OmniSharp should allow configuring the formatter (omnisharp.json) to remove unused imports. #1245 shows that it is possible to...

OmniSharp

So I set up VSCode on Windows10 for .NET 5.0 development but the Quick Fix to automatically import namespaces won't work at all. It was working fine until the update...

## Environment data `dotnet --info` output: ``` .NET SDK (reflecting any global.json): Version: 6.0.201 Commit: ef40e6aa06 Runtime Environment: OS Name: arch OS Version: OS Platform: Linux RID: arch-x64 Base Path:...

## Issue Description ## [omnisharp-intellisense-bug.tar.gz](https://github.com/OmniSharp/omnisharp-vscode/files/8856789/omnisharp-intellisense-bug.tar.gz) In the solution folder, there are two projects: **consumer** (an xUnit test suite) and **source** (a classlib project). **Consumer** copies *.cs files from **source** into...

## Issue Description ## I'm trying to work on a C# solution using Remote SSH. Unfortunately, OmniSharp never seems to load. ## Steps to Reproduce ## Use VS Code's Remote...

## Environment data `dotnet --info` output: VS Code version: 1.49.3 C# Extension version:1.23.2 ## OmniSharp log ## Steps to reproduce The very first class that I create on startup throws...