views:

224

answers:

3

I'm tearing my hair out with this one. If I start a block comment ( /* ) in VS.NET 2005+ then carriage return, VS insists that I have another asterisk ( * ). I know there's an option to turn this off but I just can't find it. Anyone know how to turn this feature off?

+2  A: 

This post addresses your question. The gist of it is:

Text Editor > C# > Advanced > Generate XML documentation comments for ///
Michael Haren
+1  A: 

Tools->Options.

Uncheck Text Editor > C# > Advanced > Generate XML documentation comments for ///

dan gibson
+2  A: 

Michael Haren and dan gibson nailed it. Thanks a bunch!

Man do I wish Visual Studio had a "Generally stop trying to be clever" checkbox...