class LSProtocol::InlineValueText

Overview

Provide inline value as text.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(range : Range | Nil, text : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def range : Range #

The document range for which the inline value applies.


[View source]
def text : String #

The text of the inline value.


[View source]