goto_definition
Jump from a source file position to a symbol's definition, type definition, implementation, or declaration. Returns a token-capped file:line result.
Instructions
Jump from a 0-based position to a definition (semantic). kind: definition (default)|type_definition|implementation|declaration. → capped file:line. For usages, use find_references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | definition (default)|type_definition|implementation|declaration. | |
| line | Yes | 0-based line. | |
| path | Yes | Source file containing the symbol. | |
| backend | No | ||
| character | Yes | 0-based column. | |
| maxResults | No | ||
| projectPath | No |