languageserver
languageserver copied to clipboard
An implementation of the Language Server Protocol for R
Related to REditorSupport/vscode-R#718 Source installation of languageserver on Linux takes a long time to install stringi. Currently, work is underway to remove the stringi dependency from knitr (yihui/knitr#1549), which is...
I often find that S3 methods can clutter the completions list, and think it would be helpful to be able to hide S3 methods in most cases. For example, given...
Hello everyone, good afternoon. I'm opening this issue because I'm facing an encoding problem in the data viewer of VSCode. This table, for example, shows words with accents in a...
When requesting the hover for e.g. the `source` function, the Arguments section ends up as raw htm instead of (pandoc's or github's) markdown  ``` ### Arguments file a connection...
Hi I am developing a package where I use `.data` from `rlang` together with `dplyr`. The code snippet is ```R #' @export #' @importFrom rlang .data my_fun dplyr::mutate( x =...
Hi I have searched in multiple places, but I could not find an answer. I am using Quarto 1.3.450 with VS code remote to WSL2. The issue is that syntax...
languageserver and help page viewer not working: the OUTPUT panel message when I open vscode workspace: R Language Server (21456) started R Language Server (21456) exited with exit code 3221225781...
I'm having trouble getting hover documentation to work as expected and for outlines to appear. I suspect that these are linked to the same issue flagged by my R Language...
Hello, I am not sure this is the right place to post this, but `languageserver` is giving me an error when I start VScode on a project with `renv` activated....
When running `Perl::LanguageServer` inside of VSCode there is a master `perl` that consumes about 100% of a CPU. Initially, this process fires off a number of `pls` processes, apparently parsing...