Class
LspTextDocumentPositionParams
Description
class Lsp.TextDocumentPositionParams : GObject.TypeInstance
{
volatile int ref_count
}
A parameter literal used in requests to pass a text document and a position inside that document.
It is up to the client to decide how a selection is converted into a position when issuing a request for a text document. The client can for example honor or ignore the selection direction to make LSP request consistent with features implemented internally.