CaseConversion icon indicating copy to clipboard operation
CaseConversion copied to clipboard

Please provide multi-line support

Open hehe-2016 opened this issue 5 years ago • 2 comments

This plugin is very useful. I use it to convert camelCase to snake_case. I hope you provide multi-line support, convert multi-line to multi-line, for instance:

sortField sortType

convert to

sort_field sort_type

another request is support consecutive uppercase letters to lowercase, only add underline before first uppercase letter.

customerBGCode -> customer_bgcode

hehe-2016 avatar Mar 17 '20 11:03 hehe-2016

Just ran into the same issue too

CheyenneForbes avatar Mar 18 '20 17:03 CheyenneForbes

A workaround is using the multi-line editing in sublime and then converting the case.

DiegoGary avatar May 27 '21 22:05 DiegoGary