go_to_definition
Locate the definition of a symbol by specifying its file, line, and column. Jump directly to the source file and line where a function, class, or variable is defined.
Instructions
Return the file and line where the symbol at the given position is defined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| line | Yes | ||
| column | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |