class

LSProtocol::CodeActionDisabled

Inherits JSON::Serializable / Reference / Object

Captures why the code action is currently disabled.

@since 3.18.0

Constructors

new(pull : JSON::PullParser)
Source
new(reason : String | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

reason

Human readable description of why the code action is currently disabled.

This is displayed in the code actions UI.

Source