rename_async


Description:

protected virtual async WorkspaceEdit? rename_async (Client client, TextDocumentIdentifier text_document, Position position, string new_name) throws Error

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

Parameters:

text_document

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