languageserver
languageserver copied to clipboard
An implementation of the Language Server Protocol for R
Hi all, I've noticed that lsp featruers as autocompliation, on hover popup etc aren't working when I'm working on a saved R file, but if I start a new file...
I use languageserver in neovim with the cmp-nvim and cmp-nvim-lsp-signature-help plugins. The latter provides autocompletion for lsp signature help, but it appears to look for signature-help when the cursor is...
Hi, Everything works fine in a normal R file. But in rmd file, it cannot complete workspace variables (See below) after updated to the newest version of Rlanguageserver. This used...
R Language Server (10133) started [2023-03-22 17:25:12.059] connection type: tcp at 43923 [2023-03-22 17:25:12.086] connected Error: segfault from C stack overflow Execution halted [Error - 5:25:12 PM] Server initialization failed....
I'm not sure whether this is a bug for REditorSupport/vscode-R, R languageserver packages, or miss settings in vscode. ## Description of Problem: When I wrote an R program that included...
Right now, the advantages of using glue is very limited by the fact that we cannot access intellisense when entering a variable between curly brackets, both in RStudio and vscode....
Hi, I keep running into the issue that VS Code suggests code completions after I insert a comma. Is there a way to disable this?
I would like the ST3 behavior for autocomplete which only applies to objects in the workspace. Also I would like autocomplete to be case insensitive. Thanks
The R language server exits shortly after launching VSC. Can you advise a workaround? Here's the context: - OS: Windows - VSCode Version: - Version: 1.73.1 (user setup) Commit: 6261075646f055b99068d3688932416f2346dd3b...
Apologies for the confusing title. The problem is that package functions are somehow not recognized when they are referenced from the body of a function. Here's an example in sublime;...