rename_async


Description:

public async WorkspaceEdit? rename_async (Uri uri, Position position, string new_name) throws Error

The rename request is sent from the client to the server to rename a symbol.

Parameters:

uri

the URI of the document containing the symbol

position

the position of the symbol

new_name

the new name for the symbol

Returns:

a workspace edit describing the rename, or null