All Projects → REditorSupport → Vscode R Lsp

REditorSupport / Vscode R Lsp

Licence: mit
R LSP Client for Visual Studio Code

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode R Lsp

Langserver Swift
A Swift implementation of the open Language Server Protocol.
Stars: ✭ 171 (+200%)
Mutual labels:  vscode-extension, language-server
Vscode Swift
An extension for VS Code which provides support for the Swift language.
Stars: ✭ 132 (+131.58%)
Mutual labels:  vscode-extension, language-server
Vscode Java
Java Language Support for Visual Studio Code
Stars: ✭ 1,370 (+2303.51%)
Mutual labels:  vscode-extension, language-server
Language Tools
The Svelte Language Server, and official extensions which use it
Stars: ✭ 516 (+805.26%)
Mutual labels:  vscode-extension, language-server
vscode-tenkawa-php
Visual Studio Code extension integrating Tenkawa PHP language server.
Stars: ✭ 28 (-50.88%)
Mutual labels:  language-server, vscode-extension
Vshaxe
Haxe Support for Visual Studio Code
Stars: ✭ 234 (+310.53%)
Mutual labels:  vscode-extension, language-server
Ffi Navigator
Stars: ✭ 122 (+114.04%)
Mutual labels:  vscode-extension, language-server
vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (-47.37%)
Mutual labels:  language-server, vscode-extension
Vscode Haskell
VS Code extension for Haskell, powered by haskell-language-server
Stars: ✭ 311 (+445.61%)
Mutual labels:  vscode-extension, language-server
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (+1429.82%)
Mutual labels:  vscode-extension, language-server
Bootstrap4 Vscode
Visual studio code plugin for Bootstrap 4 & Font awesome
Stars: ✭ 41 (-28.07%)
Mutual labels:  vscode-extension
Vscode Stylefmt
🔌 VS Code plugin for stylefmt— Format your CSS using stylefmt.
Stars: ✭ 42 (-26.32%)
Mutual labels:  vscode-extension
Vscode Openshift Tools
Microsoft Visual Studio Code extension for OpenShift
Stars: ✭ 51 (-10.53%)
Mutual labels:  vscode-extension
Vscode Smoothtype
VS Code extension to add cursor transitions while typing, similar to MS Office and the Windows 10 Mail app.
Stars: ✭ 54 (-5.26%)
Mutual labels:  vscode-extension
Vscode Preview Server
Live preview VSCode extension
Stars: ✭ 41 (-28.07%)
Mutual labels:  vscode-extension
Vscode Ruby Test Adapter
A Ruby test adapter extension for the VS Code Test Explorer
Stars: ✭ 50 (-12.28%)
Mutual labels:  vscode-extension
Vs Code For Node Js Development Pack
🏃 A VS Code Extension Pack to get up and running with Node.js Development
Stars: ✭ 41 (-28.07%)
Mutual labels:  vscode-extension
Vscode File Templates Ext
Visual Studio code extenstion that allows to quickly create new files based on defined templates.
Stars: ✭ 39 (-31.58%)
Mutual labels:  vscode-extension
Markdown index
add index to your markdown title
Stars: ✭ 38 (-33.33%)
Mutual labels:  vscode-extension
Web Accessibility
A Visual Studio Extension for Web accessibility
Stars: ✭ 55 (-3.51%)
Mutual labels:  language-server

R LSP Client

R LSP Client for VS Code, powered by the R Language Server.

This package exposes the following configuration options:

  • r.rpath.windows, r.rpath.mac, r.rpath.linux: Path to R binary for launching the R Language Server package (see below). Examples: /usr/bin/R (Linux/macOS), C:\\Program Files\\R\\R-3.5.2\\bin\\x64\\R.exe (Windows). If the settings are left blank (default), then the R path will be detected from Windows registry and PATH environment variable. It should be vanilla R rather than radian console.
  • r.lsp.args: The command line arguments to use when launching R Language Server. Example: --vanilla to disable loading startup scripts such as .Rprofile and Rprofile.site.
  • r.lsp.debug: Enable debugging traces. Defaults to false. Set this to true if you are having trouble getting the Language Server working.
  • r.lsp.diagnostics: Enable linting of R code, using the lintr package. Defaults to true. To disable this, you must have at least version 0.2.7 of the R Language Server installed.

Note that r.lsp.path will be deprecated in favor of r.rpath.* settings.

Requirements

vscode-r-lsp requires the R Language Server, a package that runs in R. It can be installed from CRAN:

install.packages("languageserver")

The development version of languageserver can be installed from GitHub, using the devtools package:

devtools::install_github("REditorSupport/languageserver")

License

MIT License. See the license 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].