Results 1044 comments of Randy Lai

I guess we will need to restart the server in this case.

@renkun-ken is it an issue of auto formatting on typing?

You need to save the file first to allow the language server to "load" the specific packages.

Currently, some features such as completion and caching user functions are only available via `textDocument/didOpen`/`textDocument/didSave` but not `textDocument/didChange`. The reason for implementing such restriction is to avoid language server being...

It is unfortunate due to the limitation of the current parser. We are using a parser which could only parse syntactically correct documents. There is [tree-sitter-r](https://github.com/r-lib/tree-sitter-r), but I don't have...

I spoke too soon, it should actually return NULL. We have a mechanism to retry parsing the document at https://github.com/REditorSupport/languageserver/blob/05e7e673f426f73c9a40d8377872f594e2443a5a/R/handlers-langfeatures.R#L113 Perhaps we should put a timeout there?

@zhenhua-wang I think it is also partially an issue of the editor plugin that you are using. The plugin should be inspecting the outline (document symbols) asynchronously to avoid blocking...

Oh. Didn’t read your post carefully. However, I am afraid that it is not possible to make it togglable. A restart is always needed.

It should stop the entire linting feature. Try restarting the sublime