show
Extract the full source body of symbols from a file, with optional signature-only output. Supports suffix matching for symbol names.
Instructions
Extract the full source body of one or more symbols from a file. Supports suffix matching (e.g., 'Foo.Bar' matches '*.Foo.Bar'). Use --signature to get header only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the file | |
| symbols | Yes | Symbol names to extract | |
| signature | No | Return header/signature only, no body |