I would like to export some macros that I have defined and be able to import them into another clean install of Visual Studio with the same module/naming structure that I have defined.
I have some menu command customizations that execute my macros - so to work in another install of VS, it needs the same macros available.
I would like to avoid a manual step of having to create the macro manually and copy/paste my macro code.
Is this possible? Doesn't seem like 'macros' is an available option to import/export through Tools > Import and Export Settings.