microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

Tools.MacroCommand# was not added to the list of possible commands for key assignment #19

Closed scotthbradley closed 8 years ago

scotthbradley commented 8 years ago

Unfortunately my install of this extension did not add the Tools.MacroCommand# to my VS2015 instance, so I cannot assign custom keystrokes to my macros.

I have installed, uninstalled and re-installed, restarting each time, without the Tools.MacroCommand list added to the list of keyboard commands...

My visual studio version reports this version info for my instance. Microsoft Visual Studio Enterprise 2015 Version 14.0.24720.00 Update 1 Microsoft .NET Framework Version 4.6.01055

Also, how do you assign a number to a command to use with key assignment? I tried assigning it by assigning the preset command keyboard shortcut of 1 or 2, but no other way exists that I can see to assign a number...

(...by the way, I love the fact that you guys used Javascript as your language of choice... It is my absolute favorite scripting language!!!)

Puresoft commented 8 years ago

Have the same same problem. Tools.Macro* does not appear in the list of commands.

justcla commented 8 years ago

Fixed in version 1.2.1

Pre-defined macro commands now appear on the Tools->Macros menu. And all 9 MacroCommands are now available for keyboard assignment in Tools->Options (Keyboard)