enum

LSP::CodeActionTriggerKind

Inherits Enum < Comparable < Value < Object

Constants

Invoked = 1

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

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.

Instance methods

automatic?

Returns true if this enum value equals Automatic

Source
invoked?

Returns true if this enum value equals Invoked

Source