View Source GenLSP.Structures.RenameRegistrationOptions (gen_lsp v0.10.0)

Registration options for a {@link RenameRequest}.

Link to this section Summary

Functions

Fields

  • document_selector: A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

Link to this section Types

@type t() :: %GenLSP.Structures.RenameRegistrationOptions{
  document_selector: GenLSP.TypeAlias.DocumentSelector.t() | nil,
  prepare_provider: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.RenameRegistrationOptions{}

View Source (struct)

fields

Fields

  • document_selector: A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

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

    @since version 3.12.0