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.
Re-run Last Command in Terminal Quickly repeat the last command in your terminal without leaving the text editor. By default this is bound to ctrl+f7 or cmd+f7 (mac). You can rebind this in the Keyboard Shorcuts Editor looking for the extension.
To solve this issue, we introduced Duplicate Code (Ctrl + D) in Visual Studio 2017 version 15.6 which streamlines the process of duplicating your code while leaving your clipboard untouched. If nothing is selected, Ctrl + D will duplicate the line the cursor is in and insert it right below the line in focus.
Find, Global Find & Find and Replace You've probably already discovered the search shortcut Ctrl-F, but did you know Visual Studio Code has different types of find features built-in? Ctrl + F as mentioned above this shortcut will find whatever you search for in the current file.
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...
CTRL+SHIFT+R
to begin recording a temporary macro.CTRL+SHIFT+R
to stop recording the temporary macro.CTRL+SHIFT+P
to execute the temporary macro. Repeat this step as many times as you want to repeat the command(s).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 ;-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With