visual studio 2012 - How to prevent asterisk with Enter is pressed inside C# /* */ comments -
in vs2012 c# text editor, when enter pressed inside /* */
comments, new line added, beginning *
. possible disable behaviour , empty new line?
from visual studio box, installed products:
microsoft visual studio professional 2012 microsoft team explorer visual studio 2012 microsoft visual basic 2012 microsoft visual c# 2012 microsoft visual c++ 2012 microsoft visual f# 2012 microsoft® visual studio® 2012 code analysis spell checker nuget package manager preemptive analytics visualizer
it seems has annoyed other people long time, can see if read thread, there non-intuitive hack stop doing this. have set following option unchecked:
text editor > c# > advanced > generate xml documentation comments ///
screenshot below:
the downside, - original post says:
unfortunately, turning off not disables leading asterisk block comments, of course disables auto-complete feature xml documentation comments.
Comments
Post a Comment