renameEvaluate
Assesses the impact of renaming an ABAP object by evaluating the selected code position, providing confirmation for safe refactoring.
Instructions
Evaluates a rename refactoring.
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. |