I want to parse a file allways that the user change it, so I implement the onDidChangeTextDocument
method from connection
.
But this event just give me the URI and the content changes. How can I get the entiry document?
Obs.: I also tried to implement the onDidChangeContent
from documents
, but it was never called.