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

The parameters of a Workspace Symbol Request. More...

#include <Protocol.h>

Public Attributes

std::string query
 
std::optional< intlimit
 

Detailed Description

The parameters of a Workspace Symbol Request.

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

Member Data Documentation

◆ limit

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().

◆ query

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().


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