vim-case-convert icon indicating copy to clipboard operation
vim-case-convert copied to clipboard

new features

Open oprogramador opened this issue 4 years ago • 0 comments
trafficstars

I'd like to have also:

  • PascalCase
  • CONSTANT_CASE
  • Capital Case

Currently, when I convert from CONSTANT_CASE to PascalCase, I have to:

  1. run gu to convert from upper to lower case
  2. run this plugin (SnakeToCamelSel)
  3. press a
  4. 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).

oprogramador avatar Oct 06 '21 23:10 oprogramador