LSProtocol::CodeActionDisabled
Inherits JSON::Serializable / Reference / Object
Captures why the code action is currently disabled.
@since 3.18.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(reason : String | Nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
reason
Human readable description of why the code action is currently disabled.
This is displayed in the code actions UI.