Get Outlining Spans
getOutliningSpansGet code folding regions for a file to understand its structure and navigate large files using hierarchical block kinds.
Instructions
Get code folding regions for a file. Returns the hierarchical structure of code blocks including their kinds (comment, region, code, imports). Useful for understanding file structure, complexity, and navigating large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) |