vim-case-convert
vim-case-convert copied to clipboard
new features
trafficstars
I'd like to have also:
- PascalCase
- CONSTANT_CASE
- Capital Case
Currently, when I convert from CONSTANT_CASE to PascalCase, I have to:
- run
guto convert from upper to lower case - run this plugin (
SnakeToCamelSel) - press
a - convert manually the first letter to upper case (switching from camelCase to PascalCase)
So if this plugin supports CONSTANT_CASE, I won't need to run the 1st step. If it supports PascalCase, I won't need to run the 4th step. I'd like to also be able to skip somehow the 3rd step - it should be enough to select a given text, type SnakeToCamelSel, and press Enter).