type_hierarchy
Identify a type's hierarchy by providing its file, line, and column to see supertypes and subtypes, clarifying inheritance relationships.
Instructions
Get the type hierarchy (supertypes and subtypes) for the type at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |