CodeActionTriggerKind
Description:
public enum CodeActionTriggerKind
The reason why code actions were requested.
Since:
3.17.0
Content:
Enum values:
- AUTOMATIC - Code actions were
requested automatically.
- INVOKED - Code actions were
explicitly requested by the user or by an extension.
- UNSET - No trigger or unknown.
Static methods: