Versions in this module Expand all Collapse all v0 v0.1.0 May 26, 2026 Changes in this version + type Analyzer struct + func NewAnalyzer() *Analyzer + func (a *Analyzer) AnalyzeFile(filePath string, contextLines int) (*FileContext, error) + func (a *Analyzer) AnalyzeSymbol(filePath, symbolName string) (*SymbolContext, error) + func (a *Analyzer) FindReferences(projectPath, symbolName string) ([]codeintel.ReferenceInfo, error) + type FileContext struct + Dependencies []codeintel.DependencyInfo + FileInfo codeintel.FileInfo + Imports []codeintel.ImportInfo + References []codeintel.ReferenceInfo + Symbols []codeintel.SymbolInfo + type SymbolContext struct + Definition codeintel.Location + Dependencies []codeintel.DependencyInfo + References []codeintel.ReferenceInfo + Symbol codeintel.SymbolInfo