Is there an Add_in to Visual studio which automatically inserts underscores between my method name Words?
For example i will write "public void ChangeEmail Should Update Email()
" then press a shortcut and it will convert to "public void ChangeEmail_Should_Update_Email()
"