jdavisclark / CaseConversion

Case conversion plugin (pascal, camel, snake) for sublime text 2
MIT License
300 stars 47 forks source link

Additional cases: lowercase, uppercase, capitalize #36

Open pykong opened 7 years ago

pykong commented 7 years ago

While lowercase and uppercase conversion are already supported by Sublime's inbuilt functions, they fit thematically into this plugin as well. For reasons of completeness, they should be included.

Also capitalizing the first letter of a word would also fit well into the package's function.

Both could be implemented only with minute additions.