lsp_goto_definition
Navigate to symbol definitions in code by providing file path, line, and column. Returns the exact location of definitions for semantic code navigation.
Instructions
Navigate to the definition of a symbol at the given position. Returns file path, line, and column of the definition.
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) |