Browse by Tags

All Tags » VSTA » indentation
  • Proxy Indentation Fix

    The proxy and host type map provider code files generated by ProxyGen in VSTA v 2 are not indented.  Here's an easy fix.3 ways to fix indentation:1)  Through the menu:  Edit -> Advanced -> Format Document2)  Using short cuts:  Ctrl + K then Ctrl + D3)  In a macro:  DTE.ExecuteCommand(''Edit.FormatDocument'')
    Posted to Melody's VSTA Blog (Weblog) by Melody on February 28, 2008