languageserver icon indicating copy to clipboard operation
languageserver copied to clipboard

An implementation of the Language Server Protocol for R

Results 135 languageserver issues
Sort by recently updated
recently updated
newest added

In your README, you have a detailed recommendation for how to not replace `=` with `

Hi everyone, there is an issue in VSCode with R LSP immediately when I launch the program with an R or Rmd file: ``` R Language Server (13384) started R...

An issue I've been having is that using the LS to format code results in immediate errors from lintr, particularly because the parameters sent in `DocumentFormattingParams` as part of formatting...

Current extension is not available for vs code for the web. Maybe using webR this could be possible or simpler to do? Does the `languageserver` R package handle just about...

**Setup:** - windows 10 - vscode v1.87.2 - R v4.3.3 - languageserver v0.3.16 (installed from GitHub) Workspace containing a single file named "test.R" with content: ```r '\xa0' ``` **Error:** Having...

I am using `lspsaga` to enhance LSP in neovim (https://github.com/nvimdev/lspsaga.nvim). One interesting feature is the `over` (https://nvimdev.github.io/lspsaga/hover/) function (`shift+k`) that provides function help. When I use this function in other...

Too many miniscule and almost meaningless errors are raised by default on the languageserve package,, specially the VS Code extension and implementation of the lintr package. Perhaps some communication between...

I have installed the languageserver package in my R installation. The [languageserver README](https://github.com/REditorSupport/languageserver/blob/master/README.md) mentions the `r.lsp.snippet_support` setting to enable snippets in auto completion. However, when I look at my REditorSupport...

I might have something wrong with my config but I can't figure out what. I am using vscode with the R extension using the languageserver. R is configured correctly (I...