A request to provide selection ranges in a document. The request's parameter is of type SelectionRangeParams, the response is of type SelectionRange[] or a Thenable that resolves to such.

Static variables

@:value(new ProtocolRequestType<SelectionRangeParams,Null<Array<SelectionRange>>,Array<SelectionRange>,NoData,SelectionRangeRegistrationOptions>("textDocument/selectionRange"))staticfinalinlineread onlytype:ProtocolRequestType<SelectionRangeParams, Null<Array<SelectionRange>>, Array<SelectionRange>, NoData, SelectionRangeRegistrationOptions> = new ProtocolRequestType<SelectionRangeParams,Null<Array<SelectionRange>>,Array<SelectionRange>,NoData,SelectionRangeRegistrationOptions>("textDocument/selectionRange")