gd_lsp_hover
Get documentation and type information by hovering over symbols in Godot script files. This tool connects AI coding assistants directly to your running Godot editor for instant code insights.
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 |