TextDocumentSyncKind

langoustine.lsp.enumerations$.TextDocumentSyncKind$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
UIntEnum (hidden)
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

inline protected def entry(n: Int): T

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)
given reader: Reader[TextDocumentSyncKind]

Attributes

Inherited from:
UIntEnum (hidden)
given writer: Writer[TextDocumentSyncKind]

Attributes

Inherited from:
UIntEnum (hidden)

Extensions

Inherited extensions

extension (t: T)(t: TextDocumentSyncKind)
inline def raw: uinteger

Attributes

Inherited from:
UIntEnum (hidden)
inline def rawInt: Int

Attributes

Inherited from:
UIntEnum (hidden)