Apparently macros were dropped from Visual Studio 2012.
Is there a plugin/extension/tool that will let me record & play keyboard macros (much like the record/play temporary macro in Visual Studio 2010)?
For example, I typically would use a macro when converting code from one language to another or to quickly generate properties from a text list, etc.
You can try the Text Macros for Visual Studio 2012-2017 extension (I am the author). It basically does the same thing as the Notepad++ macros (text editing, no UI automation).
The code is open source (GitHub), so feel free to contribute improvements :-)
MACROS ARE BACK!
Macros for Visual Studio
Macros for Visual Studio is an extension for Visual Studio 2013 and Visual Studio 2015 that enables the use of macros to automate repetitive tasks in the IDE. The extension can record most of the commands in Visual Studio including text editing operations. Features
Use Macros for Visual Studio 2013 + 2015
Macros open source URL: https://github.com/Microsoft/VS-Macros
Announcement on MSDN Blog: Macros extension: VS 2015 support and open-sourced
Source: Macros in Visual Studio 11 Developer Preview
I have started to get around this (although inconvenient) by cutting/pasting into Notepad++, record and run the macro there and then cut/paste it back into Visual Studio 2012.
The Visual Commander extension lets you automate repetitive tasks in Visual Studio.
Visual Commander extension (developed by me) supports code editing macro recording and playback in Visual Studio 2012/2013/2015/2017.