Turn off the leading * in C# block comments

269 views Asked by At

In the following thread...

https://softwareengineering.stackexchange.com/questions/232323/asterisks-in-multi-line-comments

...person27 shows how to turn off the extra asterisk that is placed, automatically, by Visual Studio. Unfortunately, in VS2013, this option doesn't seem to be available any longer.

Does anyone know - is there still some hidden method for doing this?

To clarify further:

enter image description here

1

There are 1 answers

9
Nekeniehl On

That is for readbility purpopse, anyway, if you are worry about it, simply go to

Options > Text Editor > C# > Advanced > Uncheck "Insert * at the start of new lines when writing /**/ comments"

This is working for Microsoft Visual Studio 2017. It can be related to a Professional/Community version.