gd_lsp_hover
Retrieve documentation and type info for symbols in Godot .gd scripts by specifying file path, line, and character position.
Instructions
Simulates hovering over a symbol at a specific line and character to get documentation and type info.
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 |