Turn off Default XML Comments

  • Thread starter Thread starter Water Cooler v2
  • Start date Start date
W

Water Cooler v2

Is there some way I can turn the Default XML Comments off? Each time I
create a new class in the project, I get those annoying default XML
comments tagged to the class and its default ctor. Damn irritating.

I can add XML comments later when I want. I am tired of deleting the
default ones that are created by Visual Studio .NET 2003 everytime.

I've searched Options but to no avail.
 
Check in the Visual Studio install directory. For VS.NET 2003, under
the VC# directory structure (not in that directory, but one of the sub
directories, something like "CSharpItems" or something like that), you
should see the default templates for a new class. You can modify these to
be whatever you want.

Better yet, you can make it easier by just doing a search for all .cs
files in all directories below the VS.NET install directory.

Hope this helps.
 
You can ture the XML Comments off on the Project property Item.

Right click project name in the VS.NET2003 solution item windows,
and select project property item on the property page dialog, than
select configuration property item.
you will see **XML comments doc path** on the right .
Now, clear path and apply it.

Sincerely,
simida


Water Cooler v2 写é“:
 
En..

you can find the template file here:

%System% \Microsoft Visual Studio .NET
2003\VC#\VC#Wizards\CSharpAddClassWiz\Templates\


Marc Gravell 写é“:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top