find_implementations
Find all classes/structs implementing an interface or extending a class. Returns an envelope with items, totalCount, truncated, and limit.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Type name (simple or fully qualified) |
limit | int? | Maximum number of items to return (default: 200). Items are sorted by file, then line. |