Get Symbol Summary
get_symbol_summaryRetrieve symbol details including type, location, and project context from TypeScript code at specific positions to enable code navigation and analysis.
Instructions
Return symbol kind, display text, declaration location, and project metadata for a 1-based source position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| workspaceRoot | No | ||
| projectTsconfigPath | No | ||
| line | Yes | ||
| column | Yes |