i just begin to learn visual studio extension, and especially i want to know how to utilize the codemodel, could anyone recommend some resource like tutorial or video to read, watch? thanks in advance
thinktwice wrote: > i just begin to learn visual studio extension, and especially i want > to know how to utilize the codemodel, could anyone recommend some > resource like tutorial or video to read, watch? thanks in advance There might be something here: <http://msdn.microsoft.com/en-us/vsx/bb507746.aspx#extensibility>
You can find great Carlos J. Quintero's repository of articles at http://www.mztools.com/resources_vsnet_addins.aspx You can start for example with the following one: http://www.mztools.com/articles/2006/MZ2006008.aspx -- Peter Macej Helixoft - http://www.helixoft.com VSdocman - Commenter and generator of class documentation for C#, VB .NET and ASP .NET code
Bobf, Peter . i really appreciate your help :)