GenLSP.Requests.TextDocumentPrepareRename (gen_lsp v0.0.4)
A request to test and perform the setup necessary for a rename.
@since 3.16 - support for default behavior
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentPrepareRename{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.PrepareRenameParams.t() | nil }