foldingRanges
Identify foldable regions in source code files, such as functions, classes, imports, and comments, returning their line ranges and types.
Instructions
Foldable regions in a file (functions, classes, imports, comments). Returns {startLine, endLine, kind}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute file path |