goto_implementation
Navigate to the implementation of an interface or abstract method using LSP. Specify the file, line, and column to jump directly to the implementation code.
Instructions
Find implementations of an interface or abstract method via LSP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Absolute file path | |
| line | Yes | Line number (1-indexed) |