If you are coding C# inside visual studio, and you have a multiline comment, thusly:
/*
This is a very interesting comment
that consists of multiple lines
*/
Then if you are inside the comment, like after the word "comment" in my example, and you hit enter, Visual Studio adds a "* " on the new line and places your cursor even with the "*" that started the comment.
I hate this behavior. It is never what I want. Any way to turn it off? I wandered through the editor options but I couldn't find it.