vscode-change-case icon indicating copy to clipboard operation
vscode-change-case copied to clipboard

Converting from Kebab Case to Snake Case fails

Open tonur opened this issue 5 months ago • 0 comments

I cannot use this extension to change existent text to Snake Case, if the text is in Kebab Case.

It works if I transform the Kebab Case text to Constant Case first and then transform to Snake Case.

https://github.com/user-attachments/assets/1071e384-e2ab-40f8-b7d1-eabdb0f0916f

I want to see if I can figure out why this happens in the weekend.

Perhaps the latest version of the change-case npm package fixes this? https://github.com/wmaurer/vscode-change-case/blob/7e1f0e106e9935fb52162a2f54f8bc43e22a0484/package.json#L141 Latest seem to be above 5.0.0 https://github.com/blakeembrey/change-case/releases/tag/change-case%405.4.4

tonur avatar Sep 18 '24 08:09 tonur