Thursday, November 8, 2007

Tutorial : Creating Visual Studio Add-Ins

This is a bit of an old article, but it looks like it could be pretty useful. It walks you through creating a visual studio add-in that automatically adds copyright headers and file comments, either on file creation, or after the fact.

This is exactly what I was looking to do, because I'm always forgetting to add the copyright banner to my files, and VS2005 doesn't let you specify what to put in a new file by default like Eclipse.

Tutorial : Creating Visual Studio Add-Ins

0 comments: