Expand description
Abstract Syntax Tree parsing and analysis using tree-sitter
This module provides AST-based analysis of Rust source code to enable context-aware command suggestions based on cursor position and code structure.
Structsยง
- Rust
Analyzer - AST analyzer for Rust source code
- Symbol
Context - Context information about symbols surrounding a cursor position