struct LSP::TextDocumentItem
- LSP::TextDocumentItem
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/text_document.crConstructors
Instance Method Summary
- #langauge_id : String
- #langauge_id=(langauge_id : String)
-
#text : String
The content of the opened text document.
-
#text=(text : String)
The content of the opened text document.
- #uri : String
- #uri=(uri : String)
-
#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).