lsp / org.pinelang.lsp.lsp.models / TextDocumentSyncKind
TextDocumentSyncKind¶
enum class TextDocumentSyncKind
Enum Values¶
Name | Summary |
---|---|
None | Documents should not be synced at all. |
Full | Documents are synced by always sending the full content of the document. |
Incremental | Documents are synced by sending the full content on open. After that only incremental updates to the document are send. |
Properties¶
Name | Summary |
---|---|
int | val int: Int |