Interface DocumentRangeFormattingOptions

Provider options for a DocumentRangeFormattingRequest.

interface DocumentRangeFormattingOptions {
    rangesSupport?: boolean;
    workDoneProgress?: boolean;
}

Hierarchy (View Summary)

Properties

rangesSupport?: boolean

Whether the server supports formatting multiple ranges at once.

3.18.0

workDoneProgress?: boolean