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

Support for Replace operations #45

Open uecasm opened 2 years ago

uecasm commented 2 years ago

I would like to record a chain of "Replace All in Selection" actions (i.e. select a block of text, then run the macro, and it executes a predefined set of several Replace All actions).

Sadly it looks like these do not get recorded at all currently, at least not in VS2022.

xps commented 2 years ago

I can confirm that this is not supported at this point. I can see that could be useful but might be tricky to implement.