goto_definition
Locate the definition of a symbol at a specified source position via language server analysis, outputting a token-capped list of file:line references without code bodies.
Instructions
Resolve the definition of the symbol at a 0-based position (semantic, via the language server). Returns a token-capped file:line list, no bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Source file containing the symbol. | |
| line | Yes | 0-based line of the symbol position. | |
| character | Yes | 0-based character/column of the symbol position. | |
| projectPath | No | ||
| backend | No | ||
| maxResults | No |