Randy Lai
Randy Lai
I didn't even know such an operator exists.
stdio mode should also work on Windows (it does not work in VSCode though because if an VScode issue). Could you try running `languageserver::run(debug=TRUE)` and enable them stderr log of...
It seems that there may be an issue in counting numbver of bytes of large files in Windows? ``` [2020-12-22 18:09:51.683] received: Content-Length: 37480 [2020-12-22 18:09:52.763] error handling json: Error:...
Is there a chance your file contains non-unicode characters?
`windows-1252` is definitely problematic as language servers only support UTF-8. I am not sure why it still fail for UTF-8 though.
It is always unclear to me whether the server settings should be retrieved from `.Rprofile` options. While it is a canonical way to specify user settings in R, a more...
> I prefer the standard way of most LSP (C/C++, C#, Python, etc.) and RStudio do that the label is not necessarily the text to be inserted or it would...
It does seem that both pyls and ccls show `foo()` in their labels. Correct me if I am wrong.
Thanks for the suggestion and it looks interesting. For sure that much of our static analysing code are not tidy. We rely pretty much on xmlparsedata and some hacks methods....
Just googled this https://github.com/jimhester/rtreesitter/ it may be helpful.