Hi, I'd like to use emacs style keyboard macros in Visual Studio, which for the most part I can do through these shortcut mappings... but I can't figure out a keyboard shortcut to repeat the next command x times. In emacs, I could record my macro, then type
Esc, #, ctrl+x, e
where # is the number of times I want to repeat my macro. In my view, this was almost as important as the macro itself. How can achieve this in Visual Studio?