get_file_outline
Retrieves a structured outline of all symbols declared in a specific file, including classes, functions, methods, and variables.
Instructions
Returns a structured outline of all symbols (classes, functions, methods, variables) declared inside a specific file from the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The workspace-relative path of the target file (e.g. "src/indexer.js"). |