SelectionRangeProvider
The selection range provider interface defines the contract between extensions and the "Expand and Shrink Selection" feature.
Functions
Link copied to clipboard
abstract fun provideSelectionRanges(document: TextDocument, positions: ReadonlyArray<Position>, token: CancellationToken): ProviderResult<ReadonlyArray<SelectionRange>>
Provide selection ranges for the given positions.