CompletionTriggerKind

langoustine.lsp.enumerations.enumerations$package.CompletionTriggerKind

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[CompletionTriggerKind]

Attributes

Definition Classes
UIntEnum
Source
enumerations.scala

Inherited methods

inline protected def entry(n: Int): CompletionTriggerKind

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Concrete fields

Completion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.

Completion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.

Attributes

Source
enumerations.scala

Completion was triggered by a trigger character specified by the triggerCharacters properties of the CompletionRegistrationOptions.

Completion was triggered by a trigger character specified by the triggerCharacters properties of the CompletionRegistrationOptions.

Attributes

Source
enumerations.scala

Completion was re-triggered as current completion list is incomplete

Completion was re-triggered as current completion list is incomplete

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[CompletionTriggerKind]

Attributes

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

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: CompletionTriggerKind)
inline def raw: uinteger

Attributes

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

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala