vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
Verifying your publisher will demonstrate your authenticity and add a verified badge to your extensions. You can learn about the process at https://code.visualstudio.com/api/working-with-extensions/publishing-extension#verify-a-publisher
**Is your feature request related to a problem? Please describe.** VSCode allows to create workspaces that are not single project/folder. For example, you want the workspace to have "project_a" and...
**Is your feature request related to a problem? Please describe.** I encountered the same issue on Windows as described in REditorSupport/languageserver#503. It is not that trivial to figure out in...
**Is your feature request related to a problem? Please describe.** In order to install the latest push to VSCode-R, users have to manually download and install the extension artefact from...
**Is your feature request related to a problem? Please describe.** Using `View()` on large dataframes causes the system to crash or become slow since it has to load all data...
**Describe the bug** Commands `Reindent Lines`, `Reindent Selected Lines` do nothing. **To Reproduce** 1. Create a file `temp.R` with the following content: ```r for(i in 1:2) { print(i) } ```...
**Describe the bug** I am using the vscode-r extension in combination with the Remote-SSH extension to develop on a university cluster. I initially connect to the login node, which shouldn't...
Hello, Using the ".Rmd" extension will not allow me to insert Markdown snippets in the file. The `Insert Snippets` command treats Markdown lines as R language and offers to insert...
CC @renkun-ken I've found that `R Markdown: New Draft` does not work for some templates. ## Reprex 1. `install.packages("ghclass")` 1. Launch `R Markdown: New Draft` 1. Type `ghclass` 1. See...
**Describe the bug** (as the title) **To Reproduce** Steps to reproduce the behavior: ```r testoo