TextDocumentSyncKind
langoustine.lsp.enumerations$.TextDocumentSyncKind$
object TextDocumentSyncKind
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- TextDocumentSyncKind.type
Members list
Concise view
Type members
Inherited classlikes
Attributes
- Inherited from:
- UIntEnum (hidden)
- Graph
- Supertypes
- trait TypeTest[Any, T]trait Serializableclass Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- UIntEnum (hidden)
Concrete fields
Documents are synced by always sending the full content of the document.
Documents are synced by always sending the full content of the document.
Attributes
Documents are synced by sending the full content on open. After that only incremental updates to the document are sent.
Documents are synced by sending the full content on open. After that only incremental updates to the document are sent.
Attributes
Documents should not be synced at all.
Documents should not be synced at all.
Attributes
Givens
Inherited givens
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)