vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

R Extension for Visual Studio Code

Results 280 vscode-R issues
Sort by recently updated
recently updated
newest added

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

feature-request

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?

feature-request

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

feature-request
stale

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.

feature-request

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

feature-request

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

bug

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

bug

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

bug
stale

**Is your feature request related to a problem? Please describe.** The desired layout is like this: ``` |--------|--------| | script | | |--------|terminal| | plot | | |--------|--------| ``` AFAIK,...

feature-request