Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CodeActionTriggerKind

The reason why code actions were requested.

索引

Enumeration members(2)

Enumeration members(2)

Invoke

Invoke: = 1

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

Automatic

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹