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
DocumentSymbol[] 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.

Variables

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

Meta