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
trafficstars

I know this is a specific case. I am building functions inside a Rmarkdown document, which builds chunks. I remarked that, as soon as there is 3 backticks in my...

I am using R in VSCode with languageserver on Win10. However, when I open a simple .R file like: ``` library(data.table) list

First, thank you for the work on `languageserver`. I am using neovim and I would like to know if it is possible to get column names completion when using the...

I'm trying to use `languageserver` to edit rmarkdown documents with the helix editor. The server times out with no response after submitting a document symbol request: ``` 2023-08-11T08:53:32.778 helix_lsp::transport [INFO]...

The R package [glue](https://cran.r-project.org/web/packages/glue/index.html) helps R developer to print data in a formatted manner, in a similarity to python formatted strings(i.e. `f"..."` in python). Example usage: ```R glue("x = {x}",...

**Is your feature request related to a problem? Please describe.** Vscodes reference features (e.g. where it shows all instances of where a function is defined and used) doesn't currently work...

feature-request

hi! I've tried both langtuage server and languageserverset up and it works in the R terminal but not in the script itself. Is there a setting that I need to...

Roxygen comments soft linebreaks aren't ignored in languageserver hover hints. Basically, the issue was reported and explained in r-lib/roxygen2#628, and it was fixed by Roxygen. However, R languageserver doesn't ignore...