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

In Windows, in temp folder (%USERPROFILE%\AppData\Local\Temp), it seems two folders and one file are left behind, with pattern `Rtmp*` and `Rscript*`, after closing vscode. - `R 4.1.2` - `language server...

Hi! I'm using M1 mac now, and currently the arm build has some bugs so `vscdebugger` cannot run. So now I have to resort to use the builtin debug functions...

Code autocomplete not working if the function does not have a package name in front of it, even if the package is already loaded。 ![image](https://user-images.githubusercontent.com/70144885/149625294-e618ab44-88e2-4f75-8ef8-8e12b3cb64cc.png) ![image](https://user-images.githubusercontent.com/70144885/149625389-f0a60cec-d61d-4799-93c1-c489ac3f3ee4.png)

when there are consecutive pipes and multi-line brackets, the indent of auto formatting goes wrong ![image](https://user-images.githubusercontent.com/74636289/142617872-9220e29b-8ba6-4c05-a779-47a12ce085db.png)

Hi, for some reason, the code folding doesn't work properly on my side. There's either no folding at all: ![image](https://user-images.githubusercontent.com/7261090/148583165-20579680-9954-4994-8163-902153977699.png) Or, folds my function but I cannot unfold it, i.e.,...

First of all, thank you for this great package, I would like to be able to add specific file-patterns, such as `./tests/testthat/helper*.R` to the queried files, such that they are...

Hi, I am on spacemacs, so I am not sure whether this is an ESS issue or a spacemacs issue. In any case, I am trying to use the lsp...

A minimum RMD to reproduce this: ```` ```{r} good() ``` **You need to fix the following code trunk for the code folding to work.** ```{r} bad( ``` ```` Ideally a...

When attempting to install `languageserver`, it installs most dependencies fine, but seems to gets stuck on `openssl`: ```r install.packages("languageserver") also installing the dependencies ‘openssl’, ‘httr’, ‘lintr’ trying URL 'https://cloud.r-project.org/src/contrib/openssl_1.4.5.tar.gz' Content...

I would like to know if the devs working on this package know how to integrate with `nvim-lsp`. I have enjoyed this lsp installer if only it had R support...