Interface DocumentSymbolOptions

Provider options for a DocumentSymbolRequest.

interface DocumentSymbolOptions {
    label?: string;
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

label?: string

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

3.16.0

workDoneProgress?: boolean