lspGotoDefinition
Jump to the definition of a symbol in your code using LSP. Requires an exact symbol name and line hint from a previous search.
Instructions
Navigate to symbol definition [LOCAL: LSP]
REQUIRES lineHint - call localSearchCode FIRST to get line number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Queries for lspGotoDefinition (1-5 per call). Review schema before use. Batch independent symbol lookups. | |
| responseCharOffset | No | Character offset for top-level bulk response pagination across results[]. Use when a multi-query response was auto-paginated. | |
| responseCharLength | No | Character budget for top-level bulk response pagination across results[]. Overrides the shared default for this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Array of results, one per input query, discriminated by status | |
| responsePagination | No | Pagination metadata for top-level bulk response pagination across results[] |