coc-r-lsp icon indicating copy to clipboard operation
coc-r-lsp copied to clipboard

R LSP Client for coc.nvim

Results 11 coc-r-lsp issues
Sort by recently updated
recently updated
newest added

not support xxx.Rmd file, i hope both can support xxx.rmd and xxx.Rmd file

Here is my coc-settings.json for R. For some reason auto-completion not working. I am running vim on Windows. Please help to solve. ``` "languageserver": { "R": { "enable": true, "command":...

When I have any error/warning/style suggestion, instead of showing the errors where they are, I get an error in the very first line that says "Failed to run diagnostics: callr...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Hi. I just started using Quarto on a new project of mine and I'm not being able to use coc completion on it. I tried investigating why that is and...

Hi, I'm getting the previous mentioned error every time I open an R file. I don't know if it could be caused due to recently updating R to 4.1.2, or...

question

Remove all text from the saved file.

Hi everyone and many thanks for this extension. I see that if I write a nonsense word inside a function definition coc notify it to me: ![image](https://user-images.githubusercontent.com/30937097/103413776-32300300-4b7b-11eb-82e0-75db5f87cfae.png) But if I...

I don't imaging this can complete names within R data frames or data tables. I suppose it would need access to your R running in the terminal? Also, i see...