Sublime-Text-2-Inc-Dec-Value icon indicating copy to clipboard operation
Sublime-Text-2-Inc-Dec-Value copied to clipboard

Add camel case

Open eorroe opened this issue 11 years ago • 0 comments

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|

eorroe avatar Feb 28 '15 22:02 eorroe