vscode-csharp-snippets icon indicating copy to clipboard operation
vscode-csharp-snippets copied to clipboard

Extension of C# Snippets for Visual Studio Code

Results 5 vscode-csharp-snippets issues
Sort by recently updated
recently updated
newest added

## Record struct snippets Added snippets: ### `records` - Mutable positional record struct ``` C# public record struct MyRecord(string Name); ``` ### `recordsd` - Mutable struct record with deconstructor ```C#...

Will you update this for .net6? and c#10?

I added support for the .NET Interactive Notebooks extension. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode

As the title states, there is a problem with this extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp It appears that some snippets given by this extension along with .NET installed on my computer. For example...

I don't know if this is actually possible since I've never developed any extension for vscode, but one thing that I think would be nice is if there was some...