How do I disable or stop the IDE from adding a new * on every line after hitting the enter key when I am creating a "C" style comment
/*
* I don't want this line to start with *
* I don't want this line to start with *
**/
Like This:
/*
My comment is now easier to read.
Because, there is no * in front of every line
*/

When Using a "C" style comment /**/ how do I disable the automatic * on every line?
goldandwhite
Yeah, I agree that we should probably allow the ability to modify it.
Rschraeger
HTH,
Karen
ploxis
If you consider the possibility to modify the apperance of comments then I also hope that you consider the possibility to modify the indentation of the comment.
I, for example, usually ident my comments one level beyond the code statements in order to make the code statements stand out better:
<statement>;
// Comment
<statement>;
Regards
/Svante
Mang
tools...options...text editor...C#...Formatting
Andrew Jacobs
This is not a big deal, just a nuisance.
By the way, I just love the whole VS2005 .net development environment, good job Microsoft.
Russell Mangel
Las Vegas, NV