dls.tools.symbol_tool

Undocumented in source.

Members

Aliases

SymbolInformationTree
alias SymbolInformationTree = RedBlackTree!(SymbolInformation, compareLocations, true)
Undocumented in source.

Classes

SymbolTool
class SymbolTool
Undocumented in source.

Functions

compareLocations
int compareLocations(inout(SymbolInformation) s1, inout(SymbolInformation) s2)
Undocumented in source. Be warned that the author may not have intended to support it.
useCompatCompletionItemKinds
void useCompatCompletionItemKinds(CompletionItemKind[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
useCompatSymbolKinds
void useCompatSymbolKinds(SymbolKind[] symbols)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta