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...
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...