Replies: 2 comments 6 replies
|
I can't think of a way to get 're-run previous' functionality at the moment. I don't think it would be too hard to add this feature if it's something you would be interested in implementing yourself. I didn't realise 're-run previous' existed in RStudio. As a matter of interest, when do you usually use this feature? Run some code in the editor, write and run some code in the console to change some variable values, 're-run previous' to re-run the code with the updated variable values? |
4 replies
|
You can also install Quarto along with it's VS Code extension then set keyboard shortcuts to do the following:
Pro:
Con:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
👋 Hey - what an amazing effort this is to have R in vscode. Thanks to all.
Is there any way to enable the "re-run previous" in vscode to mimic the behaviour in the RStudio IDE? I am to be honest fairly confused how keybindings work. I have this one for run individual lines of code:
Thanks!
All reactions