Is there an Add_in in Visual Studio that automatically inserts underscores between my Words method name?
For example, I will write " public void ChangeEmail Should Update Email()", then click the shortcut and it will be converted to " public void ChangeEmail_Should_Update_Email()"
source
share