Expand description
Scope-aware reference analysis using tree-sitter.
Replaces JetBrains PSI find_references with tree-sitter scope resolution.
Structs§
- Scoped
Reference - A resolved reference with scope context.
Enums§
- Reference
Kind - Classification of how a symbol is referenced.
Functions§
- find_
scoped_ references - Find all scope-aware references across the project.
- find_
scoped_ references_ in_ file - Find all scope-aware references to a symbol in a single file.