CompletionTriggerKind
langoustine.lsp.enumerations$.CompletionTriggerKind$
object CompletionTriggerKind
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass 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 Serializableclass Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- UIntEnum (hidden)
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
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
Completion was re-triggered as current completion list is incomplete
Completion was re-triggered as current completion list is incomplete
Attributes
Givens
Inherited givens
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Extensions
Inherited extensions
extension (t: T)(t: CompletionTriggerKind)
Attributes
- Inherited from:
- UIntEnum (hidden)
In this article