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

#include <Protocol.h>

Collaboration diagram for lspserver::InactiveRegionsParams:
[legend]

Public Attributes

TextDocumentIdentifier TextDocument
 The textdocument these inactive regions belong to.
 
std::vector< RangeInactiveRegions
 The inactive regions that should be sent.
 

Detailed Description

Parameters for the inactive regions (server-side) push notification. This is a clangd extension.

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

Member Data Documentation

◆ InactiveRegions

std::vector<Range> lspserver::InactiveRegionsParams::InactiveRegions

The inactive regions that should be sent.

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

Referenced by lspserver::toJSON().

◆ TextDocument

TextDocumentIdentifier lspserver::InactiveRegionsParams::TextDocument

The textdocument these inactive regions belong to.

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

Referenced by lspserver::toJSON().


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