outline
Retrieve a file's structural overview: declarations with line numbers, bodies omitted, to navigate large files and locate specific sections before reading.
Instructions
Return a cheap structural outline of a file: declaration lines (functions, classes, types, methods) with line numbers, bodies elided. Use this to navigate a large/unknown file before reading specific parts with read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to outline. |