KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

Adding Class, Interface, Controller, ... should use PascalCase by default #76

Closed doggy8088 closed 2 years ago

doggy8088 commented 2 years ago

In C#, when creating Class, Interface, Controller, Api Controller, most of the case should use PascalCase as a default.

For now, the C# extension use all lower-case by default as a hint. I think this can be changed.

image

KreativJos commented 2 years ago

Personally, I don't really care about that, because I always change the preset value. If someone would provide a PR for this, I'd be happy to merge.

doggy8088 commented 2 years ago

@KreativJos PR created.