All Projects → REditorSupport → vscode-R

REditorSupport / vscode-R

Licence: MIT license
R Extension for Visual Studio Code

Programming Languages

typescript
32286 projects
r
7636 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
EJS
674 projects

Projects that are alternatives of or similar to vscode-R

Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (-43.53%)
Mutual labels:  gitignore, snippets, rmarkdown, vscode-extension
Vscode Badges
Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents
Stars: ✭ 19 (-97.59%)
Mutual labels:  snippets, vscode-extension
Vscode Angular Snippets
Angular Snippets for VS Code
Stars: ✭ 530 (-32.74%)
Mutual labels:  snippets, vscode-extension
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+37.44%)
Mutual labels:  snippets, vscode-extension
vscode-django
Beautiful syntax and snippets for perfectionists with deadlines
Stars: ✭ 113 (-85.66%)
Mutual labels:  snippets, vscode-extension
vscode-gleam
📟 Gleam support for VS Code
Stars: ✭ 34 (-95.69%)
Mutual labels:  snippets, vscode-extension
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-98.73%)
Mutual labels:  snippets, vscode-extension
stencil-snippets
An extension to add some snippets on vs code
Stars: ✭ 21 (-97.34%)
Mutual labels:  snippets, vscode-extension
Markdown Formatter
markdown formatter
Stars: ✭ 70 (-91.12%)
Mutual labels:  snippets, vscode-extension
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (-89.85%)
Mutual labels:  snippets, vscode-extension
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-83.25%)
Mutual labels:  snippets, vscode-extension
vscode-fortran-support
Fortran language support for Visual Studio Code
Stars: ✭ 49 (-93.78%)
Mutual labels:  snippets, vscode-extension
vue-snippets
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Stars: ✭ 25 (-96.83%)
Mutual labels:  snippets, vscode-extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-44.8%)
Mutual labels:  snippets, vscode-extension
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (-0.76%)
Mutual labels:  snippets, vscode-extension
Vscode Unity Code Snippets
All snippets for Unity3D development
Stars: ✭ 26 (-96.7%)
Mutual labels:  snippets, vscode-extension
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (-93.65%)
Mutual labels:  snippets, vscode-extension
Vscode Surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Stars: ✭ 60 (-92.39%)
Mutual labels:  snippets, vscode-extension
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (-82.11%)
Mutual labels:  snippets, vscode-extension
Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (-81.09%)
Mutual labels:  snippets, vscode-extension

R Extension for Visual Studio Code

Badge

This VS Code extension provides support for the R programming language, including features such as extended syntax highlighting, 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.

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

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 Visual Studio Code.

  4. Create an R file and start coding.

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

  • radian: A modern R console that corrects many limitations of the official R terminal and supports many features such as syntax highlighting and auto-completion.

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

  • httpgd: An R package to provide a graphics device that asynchronously serves SVG graphics via HTTP and WebSockets.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].