Expand description
Context analysis and project structure detection
Structs§
- Build
Target - Build target information
- Dependency
- Project dependency information
- Dependency
Analyzer - Dependency analysis
- Detection
Rule - File
Analyzer - File analysis using tree-sitter
- File
Context - File-specific context information
- Framework
Detector - Framework detection based on dependencies and project structure
- Import
- Import statements
- Position
- Cursor position in a file
- Project
Analyzer - Main project analyzer
- Project
Context - Project context containing all relevant information for command generation
- Range
- Range in a file
- Symbol
- Symbols found in source code
- Target
Detector - Build target detection
- Test
Context - Enhanced test context for precise command generation
- Workspace
Detector - Workspace detection and analysis
- Workspace
Info - Workspace
Member - Workspace member information
Enums§
- Detection
Condition - Language
- Programming language detection
- Project
Type - Types of projects that can be detected
- Symbol
Kind - Types of symbols that can be detected
- Target
Type - Types of build targets
- Test
Target Type - Test target types for enhanced test command generation
- Visibility
- Symbol visibility (legacy - now using modifiers)