lsp.TextDocumentSyncKind
(alias) lsp.TextDocumentSyncKind =
| 0 # None
| 1 # Full
| 2 # IncrementalDefines how the host (editor) should sync document changes to the language server.
(alias) lsp.TextDocumentSyncKind =
| 0 # None
| 1 # Full
| 2 # IncrementalDefines how the host (editor) should sync document changes to the language server.