underscorify
Converts camelCase names to under_score names
atom-community 126 2 0.1.0 MIT GitHub

Underscorify package

Converts camelCase names to under_score names.

Shortcut : ctrl-alt-shift-u / cmd-alt-shift-u

#before
doSomethingGood()
# after
do_something_good()