-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalitytree-viewsExtension tree view issuesExtension tree view issues
Milestone
Description
It would be nice if the tree view supports some kind of highlights in its label. This would be helpful when showing search-result-like things. Maybe something like this
export class TreeItem {
label?: string;
// start, end tuples
labelHighlights?:[number,number][]
}
or something more elaborated that allows to reference a theme color or allows to express the highlighting style (background color or bold text etc)
Metadata
Metadata
Assignees
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalitytree-viewsExtension tree view issuesExtension tree view issues