Class CompletionTriggerKind

java.lang.Object
org.javacs.lsp.CompletionTriggerKind

public class CompletionTriggerKind extends Object
  • Field Details

    • Invoked

      public static final int Invoked
      Completion 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 TriggerCharacter
      Completion was triggered by a trigger character specified by the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
      See Also:
    • TriggerForIncompleteCompletions

      public static final int TriggerForIncompleteCompletions
      Completion was re-triggered as the current completion list is incomplete.
      See Also:
  • Constructor Details

    • CompletionTriggerKind

      public CompletionTriggerKind()