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

Registration options for a {@link DocumentSymbolRequest}.

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.DocumentSymbolRegistrationOptions{
  document_selector: GenLSP.TypeAlias.DocumentSelector.t() | nil,
  label: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DocumentSymbolRegistrationOptions{}

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.

  • label: A human-readable string that is shown when multiple outlines trees are shown for the same document.

    @since 3.16.0