TextDocumentSyncKind
langoustine.lsp.enumerations.enumerations$package.TextDocumentSyncKind
object TextDocumentSyncKind
Attributes
- Source
- enumerations.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextDocumentSyncKind.type
Members list
Type members
Inherited classlikes
object given_Bijection_T_uinteger extends Bijection[T, uinteger]
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
- Supertypes
object given_Typeable_T extends Typeable[T]
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
- Supertypes
-
trait TypeTest[Any, T]trait Serializableclass Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
-
UIntEnum
- Source
- enumerations.scala
Inherited methods
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.
Givens
Inherited givens
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
Extensions
Inherited extensions
extension (t: TextDocumentSyncKind)
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
Attributes
- Inherited from:
- UIntEnum (hidden)
- Source
- enumTypes.scala
In this article