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

I might have a function defined in a separate file of functions that I source in the script. the linter warns about `no global function definition`, but if I use...

Hover suggestion not work in box and R6 package, The example in box package as follows: 'R/run_diff.R' file includes many functions such as calculate_diff, plot_diff and so on. the codes...

Here is some example code to explain this work: ``` # section one ---- a

I'm experiencing a problem while editing R package in neovim using the builtin LSP support. It might be that it is not languageserver problem, but here is what led me...

When having an incomplete statement (e.g. `a

A child function does not appear in Document Symbol treeview. Compare the Document Symbol treeview (`Ctrl+Shift+.`) results between `test.py` and `test.R`. `bar()` function is shown as a child symbol under...

I want to disable the commented code linter. I have a `.lintr` file in the home directory with the following code: ``` linters: linters_with_defaults( commented_code_linter = NULL ) ``` However,...

I'm wondering if it would be possible to set up go to definition for function definitions in another file?

Here is an example showing the documentation returned for `dplyr::select` to the Emacs client `lsp-mode`. Text from different sections and some text that is bulleted (in non-languageserver document viewers) is...

I'm writing R markdown in VS Code when I find a weird error When I type is.data.frame or is.na in an .Rmd file, it will have auto completion options like...