vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
Currently we use a task that runs `devtools::test_all()` for testing, which could be potentially be modified to use the testing API. It could also be used to expand what testing...
Something that I use a lot in RStudio is the Ctrl+Click shortcut on a variable which opens its View tab without needing to have the workspace pane open. Would it...
Always appears as white (body{background-color:white;}) It's possible to make it dark?
I love this project and would like to help, if I can. The stuff in `init.R` already seems pretty long. Would it make sense to factor this out to a...
We could explore the [VSCode Notebook API](https://code.visualstudio.com/api/extension-guides/notebook) and see if we could build something out from it.
**Is your feature request related to a problem? Please describe.** I work with a single editor, and I use a shortcut to call the help file for a function I...
I am on a Macbook M1 with latest R, VScode and VScode-R. There is a 40s lag time after submitting codes to radian when importing `feather` and `parquet` files, but...
**Describe the bug** I firt start the R with click 'R: Create R terminal', and it always start with R in conda base environment. Howerver, I want to start in...
When developing a package and calling `devtools::load_all()` and afterwards trying to open the help page of a function, the webview does not open. ``` devtools::load_all() ? Rendering development documentation for...
**Is your feature request related to a problem? Please describe.** The desired layout is like this: ``` |--------|--------| | script | | |--------|terminal| | plot | | |--------|--------| ``` AFAIK,...