Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement partial document changes #13

Open
genericptr opened this issue Sep 29, 2022 · 0 comments
Open

Implement partial document changes #13

genericptr opened this issue Sep 29, 2022 · 0 comments

Comments

@genericptr
Copy link
Owner

genericptr commented Sep 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant