View Source GenLSP.Structures.VersionedTextDocumentIdentifier (gen_lsp v0.8.1)

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

Link to this section Summary

Functions

Fields

  • version: The version number of this document.
  • uri: The text document's uri.

Link to this section Types

@type t() :: %GenLSP.Structures.VersionedTextDocumentIdentifier{
  uri: GenLSP.BaseTypes.document_uri(),
  version: integer()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.VersionedTextDocumentIdentifier{}

View Source (struct)

fields

Fields

  • version: The version number of this document.
  • uri: The text document's uri.