Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InlineCompletionTriggerKind

How an inline completion provider was triggered.

Index

Enumeration Members

Enumeration Members

Automatic: 0

Completion was triggered automatically while editing. It is sufficient to return a single completion item in this case.

Explicit: 1

Completion was triggered explicitly by a user gesture. Return multiple completion items to enable cycling through them.