served.commands.symbol_search

Undocumented in source.

Members

Functions

provideDocumentSymbols
JsonValue provideDocumentSymbols(DocumentSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
provideDocumentSymbolsHierarchical
DocumentSymbolInfo[] provideDocumentSymbolsHierarchical(DocumentSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
provideDocumentSymbolsOld
SymbolInformationEx[] provideDocumentSymbolsOld(DocumentSymbolParamsEx params)
Undocumented in source. Be warned that the author may not have intended to support it.
provideWorkspaceSymbols
SymbolInformation[] provideWorkspaceSymbols(WorkspaceSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DocumentSymbolInfo
struct DocumentSymbolInfo
Undocumented in source.

Variables

documentSymbolsCacheHierarchical
PerDocumentCache!(DocumentSymbolInfo[]) documentSymbolsCacheHierarchical;
Undocumented in source.
documentSymbolsCacheOld
PerDocumentCache!OldSymbolsCache documentSymbolsCacheOld;
Undocumented in source.

Meta