Handle a prepare rename request.
The document in which the prepare rename request was triggered.
The prepare rename parameters.
Optional
cancelToken: CancellationTokenA cancellation token that can be used to cancel the request.
A range that describes the range of the symbol to be renamed.
Handle a rename request.
The document in which the rename request was triggered.
The rename parameters.
Optional
cancelToken: CancellationTokenA cancellation token that can be used to cancel the request.
A workspace edit that describes the changes to be applied to the workspace.
Language-specific service for handling rename requests and prepare rename requests.