pascal-language-server
pascal-language-server copied to clipboard
Implement partial document changes
See TDidChangeTextDocument.Process
and
textDocumentSync.save := TSaveOptions.Create(false);
textDocumentSync.change := TTextDocumentSyncKind.Full;
in TServerCapabilities.
Currently we use the old method for Sublime Text supported text change deltas but we can in theory support this now.