goto_definition
Go to the definition of a symbol by specifying its file path, line, and column.
Instructions
Go to definition of a symbol at a given position via LSP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Absolute file path | |
| line | Yes | Line number (1-indexed) |