Creating project and item templates in Visual Studio is reasonably well documented. It’s also possible to create New File templates. These are the ones that show up when you choose File/New/File.
Creating these is simple; just copy your file to:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\NewFileItems\
After that, restart Visual Studio. That’s it!
For example, I created a file named NAnt.build with an NAnt skeleton (including the proper namespace for IntelliSense) and copied it here.
No Comments/Pingbacks for this post yet...
Development Central is the blog of Bill Sorensen, a professional software developer. Much of this will relate to C#, .NET, and OOP in general.
Disclaimer
These postings are provided "AS IS" with no warranties and confer no rights.