goToTypeDefinition
Navigate to the type definition of a symbol, distinguishing from its declaration, using file path and cursor position.
Instructions
Go to the type definition of a symbol. Unlike goToDefinition (navigates to declaration), this navigates to where the type itself is defined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column (1-based) |