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β.
Adam source
share