class LSProtocol::TextDocumentContentResult

Overview

Result of the workspace/textDocumentContent request.

@since 3.18.0 @proposed

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def text : String #

The text content of the text document. Please note, that the content of any subsequent open notifications for the text document might differ from the returned content due to whitespace and line ending normalizations done on the client


[View source]