document_symbols
Outline a file's symbols with a token-capped list of kind, name, and location to see its structure without reading the entire file.
Instructions
Outline a single file: its classes/functions/types as a token-capped kind name @ file:line list. Cheaper than reading the whole file to see its structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File to outline. | |
| projectPath | No | ||
| backend | No | ||
| maxResults | No |