← 返回首页
GitHub - REditorSupport/vscode-R: R Extension for Visual Studio Code · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

REditorSupport/vscode-R

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,309 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

R Extension for Visual Studio Code

This VS Code extension provides support for the R programming language, including features such as R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working with R Markdown documents.

The R and R Markdown syntaxes are located in a slibing package vscode-R-syntax.

Go to the wiki to view the documentation of the extension.

What's new in 3.0.0-rc

Version 3.0.0 introduces a major architectural shift for session watching:

  • sess R Package: Replaces the legacy file-based IPC with a modern, in-memory WebSocket architecture using JSON-RPC 2.0.
  • Better Performance and Reliability: No more OS-level file watchers. Communication is faster and more robust.
  • Automatic Installation: The extension will prompt you to install the sess package when you start an R session if it is not available.

See the sess package README for more details on the protocol.

Getting started

  1. Install R (>= 3.4.0) on your system. For Windows users, Writing R Path to the registry is recommended in the installation.

  2. Install languageserver in R.

    install.packages("languageserver")
  3. Install the R extension for VS Code from the VS Code Extension Marketplace or the Open VSX Registry.

  4. Create an R file and start coding.

The following software are recommended to enhance the experience of using R in VS Code:

  • Interactive plot backends (install one for a better R plotting experience):

    • jgd: Lightweight JSON graphics device with native vscode-R integration.
    • httpgd: SVG-based graphics device served via HTTP and WebSockets.
  • arf: Modern R console with many features: syntax highlighting, fuzzy history search, multiline editing, vi/emacs keybindings, R version switching, etc. Successor to radian written in Rust.

  • VSCode-R-Debugger: A VS Code extension to support R debugging capabilities.

Go to the installation wiki pages (Windows | macOS | Linux) for more detailed instructions.

Features

Questions, issues, feature requests, and contributions

  • If you have a question about accomplishing something in general with the extension, please ask on Stack Overflow.

  • If you find a problem or have a feature request with the extension, please find out if there is a current issue you may upvote or otherwise file an issue.

  • Contributions are always welcome! Please see the contributing guide for more details.

About

R Extension for Visual Studio Code

Topics

Resources

License

Contributing

Stars

1.2k stars

Watchers

21 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.