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

Provider options for a {@link DocumentSymbolRequest}.

Link to this section Summary

Functions

Fields

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

Link to this section Types

@type t() :: %GenLSP.Structures.DocumentSymbolOptions{
  label: String.t() | nil,
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DocumentSymbolOptions{}

View Source (struct)

fields

Fields

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

    @since 3.16.0

  • work_done_progress