|
nixd
|
#include <Protocol.h>
Public Attributes | |
| TextDocumentIdentifier | textDocument |
| The text document. | |
| std::vector< Position > | positions |
| The positions inside the text document. | |
Definition at line 1759 of file lspserver/include/lspserver/Protocol.h.
| std::vector<Position> lspserver::SelectionRangeParams::positions |
The positions inside the text document.
Definition at line 1764 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
| TextDocumentIdentifier lspserver::SelectionRangeParams::textDocument |
The text document.
Definition at line 1761 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().