lsp_prepare_rename
Assess whether a symbol at a specific file position can be renamed, returning the range and placeholder if the rename is supported.
Instructions
Check rename viability at a position. Returns range and placeholder if the symbol can be renamed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| position | Yes | Line/character position (zero-based) of the symbol to check. |