pascal-language-server icon indicating copy to clipboard operation
pascal-language-server copied to clipboard

Implement partial document changes

Open genericptr opened this issue 2 years ago • 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.

genericptr avatar Sep 29 '22 02:09 genericptr