lsp_find_references
Locates all references to a symbol in a C++ file using the Language Server Protocol. Specify file path, line, and column to find usages.
Instructions
Find all references to a symbol.
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 |