You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randy Lai edited this page May 14, 2025
·
23 revisions
vscode-R is the R Extension for
Visual Studio Code. The extension is mainly
focused on providing language service based on static code analysis and user
interactivity between VS Code and R sessions.
Visit the links on the right for more information.
Features
Snippets for R and R Markdown.
R Language Service:
Code completion, function signature, symbol highlight, document outline,
formatting, definition, diagnostics, references, and more.
Interacting with R terminals:
Sending code to terminals, running multiple terminals, working with remote
servers.
Package development:
Build, test, install, load all and other commands from devtools.