genericptr/pascal-language-server

Implement partial document changes

Opened this issue · 0 comments

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.