Interface ProvideDocumentRangeFormattingEditsSignature
- ProvideDocumentRangeFormattingEditsSignature(
this: void,
document: TextDocument,
range: Range,
options: FormattingOptions,
token: CancellationToken,
): ProviderResult<TextEdit[]> Parameters
- this: void
- document: TextDocument
- range: Range
- options: FormattingOptions
- token: CancellationToken
Returns ProviderResult<TextEdit[]>