Expand description
File and symbol indexing for workspace-wide navigation. Semantic analysis, symbol extraction, and type inference. Lightweight workspace symbol index. Cross-file workspace indexing for Perl symbols
This module provides efficient indexing of symbols across all files in a workspace, enabling fast cross-file navigation, references, and refactoring.
Structs§
- Symbol
Def - A symbol definition in the workspace
- Symbol
Key - A normalized symbol key for cross-file lookups in Index/Navigate workflows.
- Workspace
Index - Workspace-wide index for fast symbol lookups
Enums§
- SymKind
- Symbol kinds for cross-file indexing during Index/Navigate workflows.