View Source GenLSP.Structures.RenameOptions (gen_lsp v0.8.1)

Provider options for a {@link RenameRequest}.

Link to this section Summary

Functions

Fields

  • prepare_provider: Renames should be checked and tested before being executed.

Link to this section Types

@type t() :: %GenLSP.Structures.RenameOptions{
  prepare_provider: boolean() | nil,
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.RenameOptions{}

View Source (struct)

fields

Fields

  • prepare_provider: Renames should be checked and tested before being executed.

    @since version 3.12.0

  • work_done_progress