Tag: symbol-analysis
tool
★ 28
File-scoped symbol analysis using LSP capabilities
This tool provides fast, file-local analysis of symbols, allowing developers to list all definitions, find all usages, and inspect type signatures within the current file without requiring a full workspace search. It leverages the language …
skill
★ 28
Audit exported symbols for dead code
This skill enumerates exported symbols within a codebase and identifies those lacking any references across the entire workspace. It leverages LSP capabilities to audit for potential dead code, requiring manual review for confirmation.