nixd
|
The parameters of a Workspace Symbol Request. More...
#include <Protocol.h>
Public Attributes | |
std::string | query |
std::optional< int > | limit |
The parameters of a Workspace Symbol Request.
Definition at line 1137 of file lspserver/include/lspserver/Protocol.h.
std::optional<int> lspserver::WorkspaceSymbolParams::limit |
Max results to return, overriding global default. 0 means no limit. Clangd extension.
Definition at line 1144 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
std::string lspserver::WorkspaceSymbolParams::query |
A query string to filter symbols by. Clients may send an empty string here to request all the symbols.
Definition at line 1140 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().