qcz / vscode-text-power-tools

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

bug? case change removes punctuation #94

Open cobblepot1 opened 2 weeks ago

cobblepot1 commented 2 weeks 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 2 weeks 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.