TextDocumentItem
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_text_document_item_ref" , unref_function = "lsp_text_document_item_unref" ) ]
public class TextDocumentItem
An item to transfer a text document from the client to the server.
Content:
Properties:
- public LanguageId language_id { get; set; }
The text document's language identifier
- public string text { get; set; }
The content of the opened text document.
- public Uri uri { get; set; }
The text document's URI
- public int64 version { get; set; }
The version number of this document (it will increase after each
change, including undo/redo).
Creation methods:
Methods: