TextDocumentSyncKind

class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala

Value members

Inherited methods

inline protected def entry(n: Int): TextDocumentSyncKind
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala

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.

Source:
enumerations.scala

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.

Source:
enumerations.scala

Documents should not be synced at all.

Documents should not be synced at all.

Source:
enumerations.scala

Givens

Inherited givens

Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala