lsp_hover
Retrieve C++ type information and documentation at a specific code position by providing file path, line, and column.
Instructions
Get type and documentation info at a specific code position.
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 |