xps / VSTextMacros

An extension for Visual Studio 2012-2022 that brings back support for macros in text/code editors
https://marketplace.visualstudio.com/items?itemName=XavierPoinas.TextMacrosforVisualStudio201220132015
Other
69 stars 20 forks source link

Stop recording on playback #27

Closed ygoe closed 4 years ago

ygoe commented 6 years ago

Wouldn't it be great if you could start a recording, and then immediately play back the recording, without needing to stop it first?

It's a simple check when trying to play back: Is it still recording? Then stop the recording and start the playback. Would save a hotkey, and I find myself using macros a lot currently. (Not sure about the internals, but the Playback command may need to remain enabled during recording to allow this.)