I created a template wizard which creates a standard class. now i want to
execute the command in order the format the document (in order to get the
default tabs and so on).
but i don't know where to look for the method in order to execute the
command. do anybody know a solution?
Hi Martin,
- You have the "Edit.FormatDocument" adn "Edit.FormatSelection" that you can
execute with DTE.ExecuteCommand(....)
- You have also the EnvDTE.EditPoint.SmartFormat(textPoint) method in the
extensibility model.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
>I created a template wizard which creates a standard class. now i want to
>execute the command in order the format the document (in order to get the
>default tabs and so on).
>
> but i don't know where to look for the method in order to execute the
> command. do anybody know a solution?
Martin - 31 May 2006 10:34 GMT
thx!
> Hi Martin,
>
[quoted text clipped - 10 lines]
>> but i don't know where to look for the method in order to execute the
>> command. do anybody know a solution?