wmaurer / vscode-change-case

Change Case Extension for Visual Studio Code
MIT License
350 stars 37 forks source link

Command to cycle through the common variable name formats #15

Open jsynowiec opened 7 years ago

jsynowiec commented 7 years ago

Hey! Thanks for this extension.

Please consider adding an additional command to cycle through the most common variable name formats - const, camel and snake. It doesn't have to detect the current case (but it'll be convenient if it could).

If you don't have time, I might be able to start working on it by the end of March.

alexanderadam commented 7 years ago

@jsynowiec uh that's a nice suggestion. I love this behaviour in Sublime as well. Could please you mention me when this is implemented somewhere?