Describes how an {@link InlineCompletionItemProvider inline completion provider} was triggered.
Static variables
staticread onlyAutomatic:InlineCompletionTriggerKind
Completion was triggered automatically while editing. It is sufficient to return a single completion item in this case.
staticread onlyInvoke:InlineCompletionTriggerKind
Completion was triggered explicitly by a user gesture. Return multiple completion items to enable cycling through them.