Closed doggy8088 closed 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.
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.
@KreativJos PR created.
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.