struct

LSP::CodeAction::Disabled

Inherits JSON::Serializable < Struct < Value < Object

A struct for the disabled field to keep the comments from the specification.

Constructors

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
reason=(reason : String)

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

This is displayed in the code actions UI.

Source