gd_lsp_definition
Locates the source file and line number of a symbol in a Godot .gd file by specifying file path, line, and character position.
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 |