-
Notifications
You must be signed in to change notification settings - Fork 130
Home
vscode-R is the R Extension for Visual Studio Code. The extension is mainly focused on providing user interactivity between VSCode and R sessions. To make VSCode more powerful in R scripting, it is highly recommended to also install the R language server (languageserver and vscode-r-lsp).
Visit the links on the right for more information.
-
Extended syntax highlighting for R, R Markdown, and R Documentation.
-
Snippets for R and R Markdown.
-
Interacting with R terminals: Sending code to terminals, running multiple terminals, working with remote servers.
-
Keyboard shortcuts: Built-in and customizable keyboard shortcuts.
-
Workspace viewer: Environment pane to show global variables in the attached R session.
-
Help pages viewer: Viewing R help pages and searching help topics.
-
Package management: Installing and removing R packages.
-
Session symbol hover and completion.
-
Data viewer: Viewing
data.frame
ormatrix
in a grid or a list structure in a treeview. -
Plot viewer: PNG file viewer and SVG plot viewer based on httpgd.
-
Webpage viewer: Viewing htmlwidgets such as interactive graphics and visual profiling results.
-
Browser viewer: Viewing interactive shiny apps.
-
R Markdown support: R Markdown chunk highlighting, chunk navigation, and execute commands.
-
RStudio add-in support: Run supported RStudio add-ins in VS Code with a live R session.
-
Full support of Remote Development via SSH, Containers and WSL.
-
Live share collaboration: Shared workspace, terminal, and viewer in R pair programming.
- Getting Started
- Installation
- Configuration
- Features
- Package development
- R Markdown
- Contributing
- FAQ