zig_hover
Retrieve type information and documentation for a symbol at a given position in a Zig file, using the Zig Language Server (ZLS) for accurate language intelligence.
Instructions
Get type information and documentation for a symbol at a specific position in a Zig file via ZLS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .zig file | |
| line | Yes | Zero-based line number | |
| character | Yes | Zero-based character offset |