Stop audo adding "///" in XML Doc Comments. (C#)

  • Thread starter Thread starter DasOhmoff
  • Start date Start date
D

DasOhmoff

Guest
Hello, how do I stop Visual Studio from automatically adding "///" in XML documentation comments when adding new lines

For the following examples the '|' character stands for the cursor position.

For example when pressing enter at this line:

/// Some comment |

Is automatically enters "///" at the beginning of the next line:

/// Some comment
/// |


What I want is simply this:


/// Some comment

|



How do I make this happen?

Continue reading...
 
Back
Top