Find references
nvim_referencesFind all references to a symbol at a specific file location via LSP, enabling safe refactoring before rename or signature changes.
Instructions
Find every reference to the symbol at a position, through the LSP. Use this before a rename or a signature change.
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 |