vscode-csharp
vscode-csharp copied to clipboard
Official C# support for Visual Studio Code
Type: Bug ## Issue Description ## I know, this issue was reported so many times and I had look others but can not resolve my issue so please help me....
### Describe the Issue Expand selection (alt + shift + right arrow) does not work right when the cursor is currently on the method name. Pressing (alt + shift +...
Type: Bug ## Issue Description ## ## Steps to Reproduce ## ## Expected Behavior ## ## Actual Behavior ## ## Logs ## ### C# log ### Post the output from...
## Environment data dotnet --info output: ``` .NET SDK: Version: 7.0.400 Commit: 73bf45718d ランタイム環境: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.400\ Host:...
## Issue Description ## IDE can not identify internal classes. ## Steps to Reproduce ## 1 - Create two projects: one for tests e other with actual source code. 2...
This PR adds in a check to obtain the DOTNET_ROOT from DotnetRuntimeExtensionResolver. This should be using the same dotnet as the roslyn LSP. The future work for this would be...
Visual Studio Preview has a new workflow feature with the .slnx solution as an alternative to the traditional .sln that uses GUID, which is pretty much useless. XML Solution seems...
From vscode-dotnettools created by [shv07](https://github.com/shv07): microsoft/vscode-dotnettools#1031 ### Describe the Issue I have c# dev kit installed with .Net 8.0 in vscode and am working on a dotnet webapp project. The...
Type: Bug ## Issue Description ## ## Steps to Reproduce ## fresh install of vsc ## Expected Behavior ## highlighting and code completion to work ## Actual Behavior ## none...
Looks like: Likely our URI parsing is getting tripped up by the filepath showing twice, and seems to be trying to pull file extension from the part in the query...