Method GetFilterMatchHighlightedSpans
GetFilterMatchHighlightedSpans()
Determines a list of the highlighted text spans from the item text.
public IEnumerable<CodeCompletionList.FilteredItemData.SpanWithHighlight> GetFilterMatchHighlightedSpans()
Returns
- IEnumerable<CodeCompletionList.FilteredItemData.SpanWithHighlight>
List of the
SpanWithHighlight
objects according to the filter criteria.