struct LSP::Data::TextDocumentVersionedIdentifier
- LSP::Data::TextDocumentVersionedIdentifier
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/data/text_document_versioned_identifier.crConstructors
Instance Method Summary
- #uri : URI
- #uri=(uri : URI)
-
#version : Int64
The version number of this document (it will increase after each change, including undo/redo).
-
#version=(version : Int64)
The version number of this document (it will increase after each change, including undo/redo).
Constructor Detail
Instance Method Detail
def version : Int64
#
The version number of this document (it will increase after each change, including undo/redo).
def version=(version : Int64)
#
The version number of this document (it will increase after each change, including undo/redo).