find_implementations
Locates all classes and structs that implement an interface or extend a base class, returning a paginated list sorted by file and line.
Instructions
Find all classes/structs implementing an interface or extending a class. Returns an envelope with items, totalCount, truncated, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default: 200). Items are sorted by file, then line. | |
| symbol | Yes | Type name (simple or fully qualified) |