On 20 Dec 2019, at 17:06, f1nnix <ilya@rusanen.co.uk> wrote:
And this means unless we are able notify server on every content change of
opened document in realtime, we can't make completion requests for major
part for Language Server implementations. Is there a way to run command on
every content change?
3. The same as 1. When document is closed, we need to notify LS about it. I
can't find any info about document.close callback
(https://github.com/textmate/textmate/search?q=callback.document.did-close&unscoped_q=callback.document.did-close&type=Commits).
Is it true there is no such callback?