go_to_definition
Jump directly to a symbol's definition by specifying its file, line, and column. Uses zero-based coordinates for precise navigation.
Instructions
Navigate to symbol definition.
USAGE: Position cursor on a symbol reference, returns definition location. OUTPUT: File path, line, column of the definition.
IMPORTANT: Uses ZERO-BASED coordinates. If editor shows 'Line 14, Column 5', pass line=13, column=4
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Zero-based column number | |
| line | Yes | Zero-based line number | |
| filePath | Yes | Path to source file (absolute or relative to project) |