pub fn symbol_completions(
cache: &AnalysisCache,
path: &Path,
prefix: &str,
) -> Vec<String>Expand description
Get symbol completions (function and class names) for a given file path.
Looks up cached AnalysisCache and extracts matching symbols.
Returns matching function and class names up to 100 results.