Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

up vote 1 down vote accepted

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 ;-)

share|improve this answer

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...

  1. Press CTRL+SHIFT+R to begin recording a temporary macro.
  2. Perform the command or set of commands you wish to repeat.
  3. Press CTRL+SHIFT+R to stop recording the temporary macro.
  4. Press CTRL+SHIFT+P to execute the temporary macro. Repeat this step as many times as you want to repeat the command(s).
share|improve this answer
Is there a way to record actions done through context menus such as surround with – masterLoki May 24 at 10:37

If you are wanting this because you are a vi user, there is always viEmu

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.