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

`quarto-vscode` supports auto-completion in YAML. It would be great if VSCode-r extension also supports this feature in Rmd YAML.

From {knitr} v1.37, [alternative Syntax for Chunk Options (#|)](https://yihui.org/en/2022/01/knitr-news/) has been added. It would be great if VSCode-r extension supports this new syntax in code chunk via auto-completion just like...

stale

This is a very rough demo of using httpuv server in user R session and websockets on vscode side for communication. If `r.session.useWebSocket` is enabled, a httpuv server is started...

Currently "lintr" messages is very annoying even when files are closed. What's more, it is absolutely strange that linting messages of files deleted remain there.

**Describe the bug** The help page of `tidyr::host`'s syntax highlighting seems broken on vscode-R. See `unnest_longer` and `unnest_wider`. ![image](https://user-images.githubusercontent.com/50911393/179536496-87033b7d-1dcb-4499-8187-d99940fefe42.png) **To Reproduce** Run `?tidyr::hoist` on R terminal.

bug

**Describe the bug** `r.helpPanel.openForSelection` (R: Open help for selection) sometimes fail to work although documentation-on-hovering does. See the example below where I cannot use the command to open the documentation...

bug

**Describe the bug** When I send code to terminal by `Ctrl + ENTER`, it just send code but don't run code, and we should move focus to terminal and input...

bug

Would like to get some feedback on the new VS Code Interactive window (feature) (Would this be beneficial to the R extension)? https://github.com/microsoft/vscode/issues/126415 here's an example of it being used...

feature-request
stale

[mlr3](https://github.com/mlr-org/mlr3) is implemented with R6 class. However, after creating a task, all autocompletes appear to be fields. Some of them actually should be methods, such as `data` in the screenshot...

feature-request

**Describe the solution you'd like** In settings, related to a remote server, sometimes it is necessary to have a specific R path (version executable) in Rterm and Rpath depending on...

feature-request