languageserver
languageserver copied to clipboard
An implementation of the Language Server Protocol for R
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。  
when there are consecutive pipes and multi-line brackets, the indent of auto formatting goes wrong 
Hi, for some reason, the code folding doesn't work properly on my side. There's either no folding at all:  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...