-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send code from Rmd chunk to terminal #49
Comments
@jacob-long Thank you for using this extension and interest. |
RStudio is probably the best example of Rmd support, but Sublime's R-Box might be the most useful example to look into. If I recall correctly, R-Box does it like this:
|
@jacob-long I just simple fix. |
Hmm. I'm curious if we can use some commands from the the https://code.visualstudio.com/docs/languages/markdown That'd get us far ahead on the Markdown side. This is tricky. So, I'm going to take care of open issues first and revisit this request to see how many bumps its gotten. |
It would be good to have the following commands, which are available in RStudio:
|
I concur with @andycraig. It would be nice to have run all chunks above/below. This is useful especially if you are trying to render document and debug some code chunk. |
I am going to work on these:
|
Microsoft is working on built-in notebooks for VSCode and I'm hoping some commands like Run All Chunks might be added as part of that. So, I'm going to wait to see what happens. VSCode issue: microsoft/vscode#90382 VSCode draft PR: microsoft/vscode#90382 VSCode notebook experiment in separate repo: https://github.com/rebornix/notebook-test |
Closed by #429. Thanks again @renkun-ken! |
I have a simple question: Is it the intended behavior that I cannot send code from R Markdown code chunks to the integrated terminal? I am returning to VS Code after having used a much earlier version of this extension, and I was thinking this was a feature. I could be confusing it with a Sublime Text extension or something else from when I last tried out various editors for R support.
If this is supposed to work, then I'll submit more information so we can try to figure out why it does not for me.
If this is not a current feature, then I'll submit my suggestion that you add it :)
The text was updated successfully, but these errors were encountered: