How do you export and import Visual Studio macros?

I would like to export some macros that I defined, and they can import them into another clean Visual Studio installation with the same module / naming structure that I defined.

I have some settings for menu commands that execute my macros - therefore, to work in another installation of Visual Studio, the same macros are needed.

I would like to avoid the manual step to create a macro manually and copy / paste my macro.

Is it possible? It does not look like β€œmacros” are an available option for import / export through the menu β€œTools” β†’ β€œImport and Export”.

+5
source share
1 answer

- > - > IDE... ( Alt + F11)

. , , , , "Export ModuleName...", "".

: "MyMacros" , "" - " "... , , "".

+4

All Articles