prepare_rename_async


Description:

public async PrepareRenameResult? prepare_rename_async (Uri uri, Position position) throws Error

The prepare rename request is sent from the client to the server to check whether a rename is valid at the given position.

Parameters:

uri

the URI of the document containing the symbol

position

the position of the symbol

Returns:

the prepared rename range or default behavior, or null