csharpextensions
csharpextensions copied to clipboard
C# Extensions for Visual Studio Code
Occurs when I'm opening an existing .cs that does not have constructor. eg: Static class with extensions method. ``` ERR Cannot read property 'selection' of undefined: TypeError: Cannot read property...
Hello, While I was working using your extension, I notice that all new file created with it are using the LF eol style. Is it possible to permits us to...
0) I create a shortcut on the "Add new C# class" command. Steps: 1) I create a folder in my C# project, like "Models" 2) I select the folder 3)...
I've added these to my user settings: ``` { "csharpextensions.useThisForCtorAssignments": false, "csharpextensions.privateMemberPrefix": "_" } ``` This works in C# classes that are added by using the extension functionality, but when...
When the root namespace is defined in a csproj project using the RootNamespace tag: MyCompagny.MyProduct.MyRootNamespace this root namespace is ignored when creating a new class int the project.
It fails with the message: "Unable to find project.json or *.csproj" when hitting F1 -> "New C# Class". Works fine when right-clicking the folder in the explorer and selecting "New...
## Environment data `dotnet --info` output: VS Code version: C# Extension version: C# for Visual Studio Code (powered by OmniSharp) 1.14.0 C# Extensions 1.3.0 ## Steps to reproduce step1: I...
I would like to request the ability to set the default namespace for a folder, which might differ from the folder name. Ideally, the plugin would read the value from...
Hi, Thanks for the plugin. I started to use this plugin. But in my projects the folders are not case sensitive. So I added a capitalization of the namespace tokens...
Love the extension, but something seems to have broken. I am using VS Code Insiders. When I Right-Click and Select "New C# class", nothing happens at all. I've uninstalled, installed...