vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**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...
When mutate is used within a pipe flow (%>%), the newly created variable is automatically suggested without opening any new function.  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...
**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...
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...
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",...
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...
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...
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)...
**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...