KreativJos / csharpextensions

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

Fix issue https://github.com/KreativJos/csharpextensions/issues/76 #77

Closed doggy8088 closed 2 years ago

doggy8088 commented 2 years ago

Fix issue #76

KreativJos commented 2 years ago

Did you test the change? Because it doesn't do PascalCase, but camelCase: image

Because of the following line: https://github.com/doggy8088/csharpextensions/blob/0e0b264adf44c4c24073cc29a171655d53dc6640/src/extension.ts#L67

Also, an issue could arise by changing the template name. It is used for the template file name, in e.g. csTemplate.ts: https://github.com/doggy8088/csharpextensions/blob/0e0b264adf44c4c24073cc29a171655d53dc6640/src/template/csTemplate.ts#L22

doggy8088 commented 2 years ago

@KreativJos I was thinking the new have to be changed, so that I ignore this part purposely. But I think you are right. I changed to New and pushed. Please check again. Thanks.

doggy8088 commented 2 years ago

@KreativJos When will you release next version to VSCode Marketplace?

KreativJos commented 2 years ago

Version 1.6.1 is released, but I cannot confirm, since the marketplace is not responding here.