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

R Extension for Visual Studio Code

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

**Describe the bug** Extension settings are usually located in `~/.vscode/extensions`. However, the settings for this extension are stored in `~/.vscode-R`. **To Reproduce** Here's an example of my setup, all extensions...

bug

When mutate is used within a pipe flow (%>%), the newly created variable is automatically suggested without opening any new function. ![image](https://user-images.githubusercontent.com/28207224/168983353-0d43fed1-5463-4b82-952c-f09736436b17.png) Every time I exit a mutate and hit...

**Is your feature request related to a problem? Please describe.** No problem only a feature request ... When hitting CTRL+P the `R: Create R terminal` command opens up the VSC...

feature-request

**Describe the bug** Plotting or calling R help normally displays the resulting plot or help doc in a panel on the top right of the editor. Plotting and help display...

bug

Hello everyone! I'm trying to use this extension for work with my R code. But I have a problem with large files. As soon as I open quite large R...

bug

When I try to run my code in VS Code via the run button OR ctrl + shift + enter, the radian terminal gives me the following message: ``` source("c:\\Users\\username\\myfilepath\\...\\file.r",...

bug
stale

In RStudio, a really neat feature is the ability to run code written next to Roxygen tage (`#'`) by using Ctrl (Cmd) + Enter. The Roxygen tags do not get...

enhancement

I'm new to VSCode (just moved from Atom because it's being retired), and I'm trying to understand how to set up the R extension to work seamlessly with conda environments...

feature-request

Some Webview windows are unreadable when used in dark mode. The help pages seem to display nicely, but take the following for example: ``` url = "https://cran.r-project.org/web/packages/languageserver/readme/README.html" html_object = rvest::read_html(url)...

feature-request

**Describe the bug** When using the session watcher, R is not able to find the help files. Without the session watcher, I can see the help fine. Plotting and running...

bug