goto_type_definition
Jump directly to the type definition of any symbol in your code by specifying its file, line, and column, making it easy to trace type origins.
Instructions
Go to the type definition of a symbol. Returns where the type of the symbol at the given position is defined.
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) |