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

Record text inserted by IntelliSense #2

Open xps opened 11 years ago

xps commented 11 years ago

When using the IntelliSense auto-completion, the text that is inserted automatically (i.e. not typed) isn't recorded/replayed.

rlogwood commented 9 years ago

Running VS 2013 with Update 4, even if I type over the IntelliSense inserted text, it is not recorded. Any ideas? I'm happy to contribute to the project, very surprising VS doesn't offer a good macro capability out of the box. Macros are very handy for mundane editing tasks that come and go. Thank you for the add-in!

ygoe commented 7 years ago

Hm, is this fixed? I can record typing the first characters of a type, then pressing Enter to select the one suggested in the dropdown box, and everything is played back nicely. (VS 2015 u3)