Search code examples
.netvisual-studiovisual-studio-macros

Is there an API Style reference for Visual Studio Macros


I would like to automate some common tasks that I do using Visual Studio Macros but I can't find a decent API reference for visual studio objects accessible through macros.

Does such a think exist?

Or is there a way I can find out what I need with the API?


Solution

  • Do you mean the DTE?

    Extending the Visual Studio Environment

    Customizing, Automating, and Extending the Development Environment

    How to: Use Add-ins to Control Macros