languageserver
languageserver copied to clipboard
An implementation of the Language Server Protocol for R
When running some of my R scripts, I always get following errors which shuts down the server. Cannot figure out what json text it is referring to, and what causes...
I am guessing there is something obvious I missed. 1. I am on Ubuntu and installed the needed package 2. I installed `remotes::install_github("REditorSupport/languageserver"` in R When I ran `:LspInstall r_server_language`...
Using the current dev version of styler, `devtools::install_github("rlib/styler")`, and having `"files.insertFinalNewline": true` in the R-specific settings, saving a file formats it fine, adding a trailing newline. However, manually selecting "Format...
I use `languageserver` via `coc-r-lsp` and in combination with `nvim-r`. Completion works fine for packages that R loads at startup: base, utils, ... I expected getting completion for the functions...
I often use "environment" as the namespace of R, so that I can manage the name conflicts in a large R project. Also, it's much easier to find the source...
Hi everyone, thanks for your amazing work! Is it possible to somehow get code completion for packages imported through the [import](https://github.com/rticulate/import) package? In particular I'm interested in packages and/or scripts...
On RStudio or radian, we will see a candidate like `package::`, and we don't have to type `::` ourselves when writing a function name without omitting the package name `package::function()`....
**Describe the bug** If adding pipes onto the end of a command that finishes with a bracket on a newline the autoindent seems to want to add an extra indent....
It is a well known issue that the languageserver only parses files other than those that it is notified are opened in the case that it detects the workspace root...
I might not know how to make it happen in VS Code or if it belongs to https://github.com/REditorSupport/vscode-r-lsp , but I have noticed that the outline of R6 classes could...