class LSProtocol::VersionedTextDocumentIdentifier

Overview

A text document identifier to denote a specific version of a text document.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : URI | Nil, version : Int32 | Nil) #

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

[View source]

Instance Method Detail

def uri : URI #

The text document's uri.


[View source]
def version : Int32 #

The version number of this document.


[View source]