LSP find references
nvim_lsp_referencesFind all references to the symbol at a position across the project.
Instructions
Find all references to the symbol at a position across the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | No | 1-based column number. Default 1. | |
| line | No | 1-based line number. Default 1. | |
| path | No | Target buffer by file path (must already be open). Ignored if bufnr is set. | |
| bufnr | No | Target buffer number. Omit to use the path or the current buffer. | |
| includeDeclaration | No | Include the declaration itself. Default true. |