zig_definition
Jump to the definition of a symbol in Zig code by specifying the file path, line, and character offset.
Instructions
Go to definition — find where a symbol is defined in a Zig codebase 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 |