Skip to main content

Module scope_analysis

Module scope_analysis 

Source
Expand description

Scope-aware reference analysis using tree-sitter.

Replaces JetBrains PSI find_references with tree-sitter scope resolution.

Structs§

ScopedReference
A resolved reference with scope context.

Enums§

ReferenceKind
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.