lsp_goto_definition
Locate the definition of a symbol in a C++ source file by providing its file path, line, and column numbers.
Instructions
Find where a symbol is defined.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The LSP session identifier. | |
| file_path | Yes | Absolute path to the C++ source file. | |
| line | Yes | 0-indexed line number. | |
| column | Yes | 0-indexed column number. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |