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:

screenshot

the downside, - original post says:

unfortunately, turning off not disables leading asterisk block comments, of course disables auto-complete feature xml documentation comments.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -