qcz / vscode-text-power-tools

Text Power Tools extension for VS Code
https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools
MIT License
97 stars 14 forks source link

bug? case change removes punctuation #94

Closed cobblepot1 closed 2 days ago

cobblepot1 commented 3 months ago

I sometimes want to use the Change case functions to modify text strings that includes punctuation. But when I select text and transform to sentence case, all punctuation is removed. I don't see why case change should automatically do this. Any chance the Change case functions can be modified or have an option to not affect punctuation? Thanks.

qcz commented 3 months ago

Yeah, I agree: in the case of sentence case it is a bug. Title Case, swap case and sponge case does not remove punctuation. All other change case functions are intended for programmers, and all punctuation should be stripped.

qcz commented 2 days ago

Sentence case fixed in 1.50.0.