zig_document_symbols
Retrieve the document symbol outline—functions, structs, and variables—from a Zig file to navigate code structure.
Instructions
Get the document symbol outline (functions, structs, variables) of a Zig file via ZLS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .zig file to get symbols for |