I'm tearing my hair out with this one. If I start a block comment /*
in VS.NET 2005+ then carriage return, Visual Studio insists that I have another asterisk *
. I know there's an option to turn this off but I just can't find it. Anyone know how to turn this feature off?
标签:
visual-studio
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
- Visual Studio: Is there an incremental search for
Tools->Options.
Uncheck Text Editor > C# > Advanced > Generate XML documentation comments for ///
Visual Studio 2015 Update 2 has (finally) addressed this problem!
A new option as been added to
Tools > Options > Text Editor > C# > Advanced
namedInsert * at the start of new lines when writing /* */ comments
.Disabling this option prevents the editor from automatically prefixing block comments with asterisks. It only took 7.5 years and 4 major releases :)
Try this:
This post addresses your question. The gist of it is: