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

#include <Protocol.h>

Collaboration diagram for lspserver::SelectionRangeParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 
std::vector< Positionpositions
 The positions inside the text document.
 

Detailed Description

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

Member Data Documentation

◆ positions

std::vector<Position> lspserver::SelectionRangeParams::positions

The positions inside the text document.

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

◆ textDocument

TextDocumentIdentifier lspserver::SelectionRangeParams::textDocument

The text document.

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


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