ts_go_to_source_definition
Jump to the actual implementation of a symbol, skipping TypeScript declaration files. Provide file, line, and column to locate the source definition directly.
Instructions
Go to the source definition (the implementation, not the .d.ts declaration) of a symbol
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) |