Skip to main content

Module workspace_symbols

Module workspace_symbols 

Source
Expand description

Workspace symbols (ADR-0091 Phase 5).

Walks the merged AST and emits a SymbolInformation-shaped entry per top-level item. Filtered by substring match against the LSP query.

Structs§

WorkspaceSymbol

Enums§

SymbolKind

Functions§

workspace_symbols
Collect every top-level (and nested method/field/variant) symbol matching query (substring match, case-insensitive).