When editing for example a ruby file, can't emacs toggle CamelCase to snake_case out of the box?
Example ruby file
def SecDecGov
puts "abort"
end
When editing for example a ruby file, can't emacs toggle CamelCase to snake_case out of the box?
Example ruby file
def SecDecGov
puts "abort"
end
string-inflection
package. – Dan Nov 20 '18 at 14:29