This is a lark, as I'm pretty sure not, but just want to throw it out there, otherwise I can just use a macro.
Asked
Active
Viewed 4,735 times
3 Answers
8
I think you might be able to achieve a result similar to what you're looking for by using temporary macros. Here are the steps to create and use a temporary macro...
- Press
CTRL+SHIFT+R
to begin recording a temporary macro. - Perform the command or set of commands you wish to repeat.
- Press
CTRL+SHIFT+R
to stop recording the temporary macro. - Press
CTRL+SHIFT+P
to execute the temporary macro. Repeat this step as many times as you want to repeat the command(s).

carmbrester
- 910
- 1
- 8
- 21
-
1Is there a way to record actions done through context menus such as surround with – Eligio Becerra May 24 '13 at 10:37
5
No such command -- there are no different working modes in VS as in vi. Your macro will have to run all the time though. And you might get your editor dirty ;-)

dirkgently
- 108,024
- 16
- 131
- 187