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

Parameterize macros #25

Open lars-erik opened 8 years ago

lars-erik commented 8 years ago

Add an interface to specify parameters for a macro Simple textboxes would go a long way.

Mapped to this or some new global object in the macro scope.