View Source GenLSP.Requests.TextDocumentRename (gen_lsp v0.10.0)
A request to rename a symbol.
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: GenLSP.Structures.WorkspaceEdit.t() | nil
@type t() :: %GenLSP.Requests.TextDocumentRename{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.RenameParams.t() | nil }