Open eorroe opened 9 years ago
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|
From where cursor is add camel casing:
I guess that would be the order.