Module ast

Source
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ยง

RustAnalyzer
AST analyzer for Rust source code
SymbolContext
Context information about symbols surrounding a cursor position