Go to Definition
definitionFind the file location where a symbol is declared by specifying its file, line, and offset.
Instructions
Returns the file location(s) where a symbol is defined. The fundamental 'where is this thing declared?' query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based character offset on the line |