How to create addin for VS2005.?
3 answers
There is a good quick start here: http://www.codeproject.com/KB/macros/LineCounterAddin.aspx
It was enough for me to start.
+1
a source to share
I wanted to create it myself, but I didn't have time to process the information I needed:
- "Like me?" Visual Studio Video Ads
- A series of articles dedicated to extending the visual studio from the start: LearnVSXNow!
- Microsoft VSX Home Code Gallery
- Building Your Own Visual Studio External Source Extension (and Quan the whole blog)
In general, I would recommend waiting for Visual Studio 2010 (or starting with fresh beta 1 ), because there will be many changes and many more opportunities to extend Visual Studio. (Think WPF.) The code gallery I linked to already contains content related to this.
0
a source to share