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.
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