VS.NET Pluigin - Outlining

  • Thread starter Thread starter Adam Clauss
  • Start date Start date
A

Adam Clauss

I am interested in writing a plugin that deals partly with the outlining
Visual Studio performs by default (regions, classes, methods, comments,
etc).

I've created a plugin in C#, but I cannot seem to find any way of accessing
this feature of the IDE. What objects/methods should I be looking at?

Thanks!
 
Hi Adam,

I answered in other newsgroup (not sure which one now). Please use
crossposting instead of multiposting.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top