class LSP::TextDocumentItem
- LSP::TextDocumentItem
- Reference
- Object
Overview
An item to transfer a text document from the client to the server.
Included Modules
Defined in:
base/text_document_item.crConstructors
Instance Method Summary
- #language_id : String
- #language_id=(language_id : String)
-
#text : String
The content of the opened text document.
-
#text=(text : String)
The content of the opened text document.
-
#uri : String
The text document's URI.
-
#uri=(uri : String)
The text document's URI.
-
#version : Int32
The version number of this document (it will increase after each change, including undo/redo).
-
#version=(version : Int32)
The version number of this document (it will increase after each change, including undo/redo).
Constructor Detail
Instance Method Detail
def version : Int32
#
The version number of this document (it will increase after each change, including undo/redo).
def version=(version : Int32)
#
The version number of this document (it will increase after each change, including undo/redo).