View Source GenLSP.Requests.TextDocumentPrepareRename (gen_lsp v0.8.1)

A request to test and perform the setup necessary for a rename.

@since 3.16 - support for default behavior

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type result() :: GenLSP.TypeAlias.PrepareRenameResult.t() | nil
@type t() :: %GenLSP.Requests.TextDocumentPrepareRename{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.PrepareRenameParams.t() | nil
}