I would like to use emacs style keyboard macros in Visual Studio, which for the most part I can execute with shortcuts. but I cannot find the key combination to repeat the next command x times. In emacs, I could write my macro, then type
Esc, #, ctrl + x, e
where # is the number of times I want to repeat my macro. In my opinion, it was almost as important as the macro itself. How can this be achieved in Visual Studio?
source
share