views:

102

answers:

1

I have poked around the web and Visual Studio file structure and I am getting the feeling that it isn't possible, however I was wondering if anyone knew how to edit the code comment templates for C# in VS 2010.

/// <summary>
/// 
/// </summary>

I was able to change the class file template so it would seem like the ability it there to do it manually, but I have no idea where MS would stick the file.

Any insight would be great, patrick

A: 

According to this article you can create an xml template file and Visual Studio will use it instead of the built-in template. However, this article and many others suggest that this feature is specific to VB.NET.

BenV
Thanks, I was getting that feeling but wanted to try anyway. I made the file and no such luck, even tried a couple variations. Oh well, hopefully MS will add this functionality to the Studio.
Patrick