Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99093

How to get the entire document text in onDidChangeTextDocument on vscode Language Server implementation?

$
0
0

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.


Viewing all articles
Browse latest Browse all 99093

Trending Articles