lsp_implementation
Locates all implementations of an interface, abstract class, or method in your codebase, returning file positions for each.
Instructions
Find implementations of an interface, trait, abstract class, or method. Maps to textDocument/implementation. Answers 'who implements this?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| position | Yes | Line/character position (zero-based) of the symbol. | |
| maxResults | No | Maximum number of results. |