file_outline
Get a structural outline of any source file, listing all functions, classes, interfaces, types, and enums with line ranges. Understand file structure quickly before diving into specific regions.
Instructions
Get a structural outline of a single file: every function, class, interface, type, enum, and top-level const with line ranges. Shows both exported and non-exported symbols. Use to understand file structure before reading a specific region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a source file | |
| exportedOnly | No | Only show exported symbols (default false = show all) |