class LSProtocol::TextDocumentIdentifier

Overview

A literal to identify a text document in the client.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(uri : URI | Nil) #

[View source]

Instance Method Detail

def uri : URI #

The text document's uri.


[View source]