nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::TextDocumentPositionParams Struct Reference

#include <Protocol.h>

Inheritance diagram for lspserver::TextDocumentPositionParams:
[legend]
Collaboration diagram for lspserver::TextDocumentPositionParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 
Position position
 The position inside the text document.
 

Detailed Description

Definition at line 1161 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ position

Position lspserver::TextDocumentPositionParams::position

The position inside the text document.

Definition at line 1166 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON(), and lspserver::fromJSON().

◆ textDocument

TextDocumentIdentifier lspserver::TextDocumentPositionParams::textDocument

The text document.

Definition at line 1163 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON(), and lspserver::fromJSON().


The documentation for this struct was generated from the following file: