lsp_find_implementations
Locate all implementations of an interface or abstract method in your codebase using Language Server Protocol integration for TypeScript, Python, Rust, and other supported languages.
Instructions
Find all implementations of an interface or abstract method.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) | |
| limit | No | Maximum number of results |