Randy Lai
Randy Lai
My fix is not correct... Let me open the issue on latextools.
We only support UTF-8 files. It does sound that the R environment that language server is running on has an incorrect locale. Could you report the following ``` Rscript -e...
R-IDE does not run R script directly. The Exec option is used to run any arbitrary R command from the current working directory. Did you see any errors in the...
That’s not the console. What you saw was the output panel. I am referring to the sublime console (Ctrl+backtick to open). R-IDE does not run R script. For that, you...
You are welcome to contribute a pull request for better documentation. It would be best written by someone who has the corresponding experience.
Due to some technical reasons, if you only select partial line, the assignment operator won’t be modified. It’s only being modified when the whole line is selected or using "format...
I see what's going on now. It is because there is a bug a linting as you type `for (i in seq(`. `languageserver` returns some garbage and perhaps `LanguageClient-neovim` doesn't...
2d2a81c should fix the bug in diagnostics
CRAN version should not be affected by the diagnostics bug. About the new issue, I am quite sure that it is due to `LanguageClient-neovim`.
I do sometimes also get the same error, but it is definitely not "very frequent". Could you try upgrading both `LSP` and `languageserver`?