TextDocumentSyncKind

class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
UIntEnum (hidden)

Value members

Inherited methods

inline protected def entry(n: Int): T
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.

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.

Documents should not be synced at all.

Documents should not be synced at all.

Givens

Inherited givens

Inherited from:
UIntEnum (hidden)
Inherited from:
UIntEnum (hidden)
Inherited from:
UIntEnum (hidden)