TextDocumentSyncKind

langoustine.lsp.enumerations.enumerations$package.TextDocumentSyncKind

Attributes

Source
enumerations.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
Supertypes
trait Bijection[T, uinteger]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

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

Value members

Concrete methods

override def ALL: Set[TextDocumentSyncKind]

Attributes

Definition Classes
UIntEnum
Source
enumerations.scala

Inherited methods

inline protected def entry(n: Int): TextDocumentSyncKind

Attributes

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.

Attributes

Source
enumerations.scala

Documents are synced by sending the full content on open. After that only incremental updates to the document are send.

Documents are synced by sending the full content on open. After that only incremental updates to the document are send.

Attributes

Source
enumerations.scala

Documents should not be synced at all.

Documents should not be synced at all.

Attributes

Source
enumerations.scala

Givens

Inherited givens

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
given reader: Reader[TextDocumentSyncKind]

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
given writer: Writer[TextDocumentSyncKind]

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: TextDocumentSyncKind)
inline def raw: uinteger

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
inline def rawInt: Int

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala