nixd
|
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | TextDocument |
The textdocument these inactive regions belong to. | |
std::vector< Range > | InactiveRegions |
The inactive regions that should be sent. | |
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.
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().
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().