class LSProtocol::CodeActionDisabled

Overview

Captures why the code action is currently disabled.

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(reason : String | Nil) #

[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]