Find a definition
nvim_goto_definitionLocate the definition of a symbol at a given position with LSP. Provide file path, line, and column to navigate directly to the source.
Instructions
Find where the symbol at a position is defined, through the LSP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Line number, 1-based | |
| path | Yes | File path | |
| column | Yes | Column number, 1-based | |
| wait_ms | No | LSP timeout |