Sublime-Text-2-Inc-Dec-Value
Sublime-Text-2-Inc-Dec-Value copied to clipboard
Add camel case
From where cursor is add camel casing:
I guess that would be the order.
hello|world -> hello|World -> Hello|World -> Hello|world -> HELLO|WORLD
//if cursor is at beginning or end skip it.
|helloworld -> |Helloworld -> |HELLOWORLD
helloworld| -> Helloworld| -> HELLOWORLD|