zig_references
Locate all references to a symbol in a Zig file by providing its file path, line, and character offset.
Instructions
Find all references to 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 |