find_implementations
Locate all implementations of a virtual method or interface at a specified code location.
Instructions
Find implementations of an interface or virtual method at a given location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (0-indexed) | |
| column | Yes | Column number (0-indexed) |