GenLSP.Protocol.Structures.WorkspaceSymbol (gen_lsp v0.0.1)

A special workspace symbol that supports locations without a range.

See also SymbolInformation.

@since 3.17.0

properties

Properties

location :: unimplemented doc type (required)

The location of the symbol. Whether a server is allowed to return a location without a range depends on the client capability workspace.symbol.resolveSupport.

See SymbolInformation#location for more details.

data :: LSPAny

A data entry field that is preserved on a workspace symbol between a workspace symbol request and a workspace symbol resolve request.