class LSP::TextDocumentIdentifier

Overview

Text documents are identified using a URI. On the protocol level, URIs are passed as strings.

Included Modules

Defined in:

base/text_document_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def uri : String #

The text document's URI.


def uri=(uri : String) #

The text document's URI.