Underscorify package
Converts camelCase names to under_score names.
Shortcut : ctrl-alt-shift-u
/ cmd-alt-shift-u
#before
doSomethingGood()
# after
do_something_good()
Converts camelCase names to under_score names.
Shortcut : ctrl-alt-shift-u
/ cmd-alt-shift-u
#before
doSomethingGood()
# after
do_something_good()