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 ## Intellisense not working on C# files. ## Steps to Reproduce ## 1. Start VS Code in SLN directory. 2. Open .cs file 3. Color coding disapears...

Needs More Info
Triaged

Related to https://github.com/dotnet/roslyn/pull/72156

Type: Bug Using dotnet configured on PATH Dotnet path: /usr/local/share/dotnet/dotnet Activating C# + C# Dev Kit + C# IntelliCode... Starting server at /Users/olugbengaolasebikan/.vscode/extensions/ms-dotnettools.csharp-2.15.30-darwin-arm64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll Server arguments /Users/olugbengaolasebikan/.vscode/extensions/ms-dotnettools.csharp-2.15.30-darwin-arm64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll --logLevel Trace --starredCompletionComponentPath /Users/olugbengaolasebikan/.vscode/extensions/ms-dotnettools.vscodeintellicode-csharp-0.1.26-darwin-x64/components/starred-suggestions/node_modules/@vsintellicode/starred-suggestions-csharp...

Needs More Info

## Is your feature request related to a problem? Please describe. It's not a problem but something that I noticed it doesn't work as I would have expected. If I...

Feature Request
Debugger

## Issue Description ## Running Fix all occurences and selecting removing all unused usings results in a crash ## Steps to Reproduce ## 1. Open Visual Studio Code 2. Open...

OmniSharp
Editor-Code Actions
Triaged

# Proposal Autocomplete the method signature when writing a method. For example: ![GIF of JavaScript Method Autocompletion](https://github.com/dotnet/vscode-csharp/assets/115815794/99d689af-e406-489d-af02-a2ecfa4f304b) This should insert a snippet that essentially matches the declaration, minus the types...

This depends on https://github.com/dotnet/roslyn/pull/68771 for the server-side piece. But, if you don't have the server side piece, we won't return a URI that will trigger this code, so it's fine...

Always show return types. This is in Dart, and is very useful. For example, in Dart: | OPTIONS | |:-:| ![1](https://github.com/dotnet/vscode-csharp/assets/115815794/d4c7109f-2738-4612-b93e-9fd553008bcb) | 1: _Full signature, split between left/right_ | ![2](https://github.com/dotnet/vscode-csharp/assets/115815794/9e95966a-0e6a-4a0f-9aee-c2a510da3eec)...

Feature Request
Triaged

Type: Bug Every time i try to open the .NET MAUI repo, i get a failure on the named pipes. I have removed the folder manual of the extension and...

Needs More Info

Type: Feature Request ### Description When opening a C# project with Visual Studio Code and opening one of the source code files within a short amount of time, correct syntax...

Bug
Triaged