dragos / dragos-vscode-scala

Other
253 stars 39 forks source link

Implement incremental document updates #4

Open dragos opened 7 years ago

jvican commented 7 years ago

What do you mean here @dragos ?

dragos commented 7 years ago

The client has to send the document changes, which usually are just a few characters, but right now we're using the Full strategy which sends the whole document to the server, every time. See DidChangeTextDocument