go_to_implementation
Navigate from interface declarations or abstract methods to find all concrete implementations in your codebase. This tool identifies file paths and positions of implementations using Language Server Protocol.
Instructions
Find all implementations of an interface or abstract method at a specific location in a file via LSP. Returns the file paths and positions of all concrete implementations. Use this to navigate from an interface declaration or abstract method to the concrete classes that implement it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | ||
| line | Yes | ||
| column | Yes |