struct LSP::Protocol::TextDocumentItem

Defined in:

lsp/protocol/did_open_text_document_params.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def language_id : String #

[View source]
def language_id=(_language_id : String) #

[View source]
def text : String #

[View source]
def text=(_text : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def uri : String #

[View source]
def uri=(_uri : String) #

[View source]
def version : Int32 #

[View source]
def version=(_version : Int32) #

[View source]