Changing C# templates

  • Thread starter Thread starter Chuck Bowling
  • Start date Start date
C

Chuck Bowling

is it possible to change the templates used in C#?

I want to get rid of some extraneous comments and possibly make alterations
to the base code that projects start out with...
 
I guess it'd be more accurate to say make changes to templates used in the
IDE...
 
Chuck Bowling said:
is it possible to change the templates used in C#?

I want to get rid of some extraneous comments and possibly make alterations
to the base code that projects start out with...

If you look in

C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards

(or your equivalent) you'll find there are loads of directories such as
CSharpAddClassWiz etc. Inside each of these directories is a Templates
directory. Inside that is a 1033 directory, and inside that is the
template file used.
 
Thanks Jon...

Jon Skeet said:
If you look in

C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards

(or your equivalent) you'll find there are loads of directories such as
CSharpAddClassWiz etc. Inside each of these directories is a Templates
directory. Inside that is a 1033 directory, and inside that is the
template file used.
 
You could take a look on:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html
/vxconprojectsubprojectwizards.asp

is it possible to change the templates used in C#?

I want to get rid of some extraneous comments and possibly make alterations
to the base code that projects start out with...

Regards,
Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top