get_symbols
List all symbols (functions, classes, etc.) defined in a TypeScript file. Control output volume with limit and offset parameters for paging.
Instructions
List all symbols (functions, classes, etc.) defined in a file as a flat list. For hierarchical/nested structure, use get_outline instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the file (relative to project root) | |
| limit | No | Maximum results to return (default: 200, max: 2000) | |
| offset | No | Number of results to skip, for paging through a large set (default: 0) |