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

Consider adding "title_snake_case" or similar.

Open gwk opened this issue 6 years ago • 1 comments

I just ran into a situation where I had a bunch of (lowercase) snake_case symbols and needed each word to be in title case. Sadly change-case does not handle this flavor. For example, I want to be able to transform some_thing into Some_Thing. I know this is a little uncommon but it would have been very helpful just now!

I am using change-case via the VSCode extension and it is tremendously useful. Thanks for the great library!

gwk avatar Nov 30 '18 19:11 gwk

Maybe we can re-use Header-Case and swap out the delimiter? However, that doesn't help much in the VS code extension. Is there a name for this format that's better than capital snake case?

blakeembrey avatar Mar 16 '19 05:03 blakeembrey

This has been added in [email protected]. It's called pascalSnakeCase.

blakeembrey avatar Sep 30 '23 01:09 blakeembrey