renameEvaluate
Analyze the symbol at a given position and find its usages to plan a rename without modifying anything.
Instructions
First of the three steps of a rename: it asks the system what the symbol at this position is and where it is used, so the rename can be planned. Nothing is written. Then renamePreview, then renameExecute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the object to rename. | |
| line | Yes | The line number. | |
| endColumn | Yes | The ending column. | |
| startColumn | Yes | The starting column. |