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

Save registration options.

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.
  • include_text: The client is supposed to include the content on save.

Link to this section Types

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

Link to this section Functions

Link to this function

%GenLSP.Structures.TextDocumentSaveRegistrationOptions{}

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.
  • include_text: The client is supposed to include the content on save.