Documentation

CodeActionTriggerKind
in package

AbstractYes

A set of predefined code action kinds.

Table of Contents

Constants

AUTOMATIC  = 2
Code actions were requested automatically.
INVOKED  = 1
Code actions were explicitly requested by the user or by an extension.

Constants

AUTOMATIC

Code actions were requested automatically.

public mixed AUTOMATIC = 2

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

INVOKED

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

public mixed INVOKED = 1

        
On this page

Search results