gd_lsp_definition
Locate symbol definitions in Godot Engine files by providing file path, line, and character positions to find source code origins.
Instructions
Finds the definition (source file and line) of the symbol at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the .gd file | |
| line | Yes | 0-indexed line number | |
| character | Yes | 0-indexed character/column number |