eclipse-theia/theia

Title for Tree Search Box

Open

#9,053 opened on Feb 10, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
enhancementhelp wantedtreeui/ux

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Feature Description:

VSCode supports a title on the tree search box that states how many items in the tree match the query out of the total number of candidates:

image

At the moment, a similar title is hard to supply for our tree because the data handling infrastructure doesn't make those numbers readily available (see discussion here).

Contributor guide