struct LSP::CodeAction::Disabled

Overview

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

Included Modules

Defined in:

lsp/protocol/code_action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def reason : String #

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

This is displayed in the code actions UI.


[View source]
def reason=(reason : String) #

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

This is displayed in the code actions UI.


[View source]