java.lang.Object
org.javacs.lsp.CompletionTriggerKind
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCompletion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.static final intCompletion was triggered by a trigger character specified by the `triggerCharacters` properties of the `CompletionRegistrationOptions`.static final intCompletion was re-triggered as the current completion list is incomplete. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Invoked
public static final int InvokedCompletion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.- See Also:
-
TriggerCharacter
public static final int TriggerCharacterCompletion was triggered by a trigger character specified by the `triggerCharacters` properties of the `CompletionRegistrationOptions`.- See Also:
-
TriggerForIncompleteCompletions
public static final int TriggerForIncompleteCompletionsCompletion was re-triggered as the current completion list is incomplete.- See Also:
-
-
Constructor Details
-
CompletionTriggerKind
public CompletionTriggerKind()
-