GenLSP.Protocol.Structures.TextDocumentItem (gen_lsp v0.0.1)

An item to transfer a text document from the client to the server.

properties

Properties

uri :: DocumentUri (required)

The text document's uri.

languageId :: string (required)

The text document's language identifier.

version :: integer (required)

The version number of this document (it will increase after each change, including undo/redo).

text :: string (required)

The content of the opened text document.