Macro to create macros?
Posted
by JMarsch
on Stack Overflow
See other posts from Stack Overflow
or by JMarsch
Published on 2010-03-11T21:33:26Z
Indexed on
2010/03/11
21:34 UTC
Read the original article
Hit count: 156
visual-studio
Over the years, I've built up a number of macros that I like to have available in visual studio.
It's always a pain to reload them and rebind them to the keyboard when I go to a different machine/rebuild/use a VM/etc.
Someone mentioned to me once that there is a way that you can write a macro that will recreate your macros and bind them to keys automatically. Anyone know how to do that? Is there another way to easily export/import macros (nonsensically, VS has an "export macro" function, but no import).
© Stack Overflow or respective owner