vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
## 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...
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...
## 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...
## 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...
# Proposal Autocomplete the method signature when writing a method. For example:  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: _Full signature, split between left/right_ | ...
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...
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...