Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CodeActionTriggerKind

The reason why code actions were requested.

Index

Enumeration Members

Enumeration Members

Automatic: 2

Code actions were requested automatically.

This typically happens when current selection in a file changes, but can also be triggered when file content changes.

Invoke: 1

Code actions were explicitly requested by the user or by an extension.