-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues
Milestone
Description
I have an extension use-case where I'm using a QuickPick to act as a quick search for the user. This works well and takes advantage of the built-in searching and matching algorithm, based on the contents of the QuickPickItems. However, the list of items that can be searched through is 2,000 items long, and the current behavior of QuickPick is to have a list of all of those items which can be scrolled. That's less ideal behavior.
It would be nice if there was an option for QuickPick to only display the top N items at a time, without needing to manipulate QuickPick.items and lose the search/match behavior of the full list. Might need to ignore the limit for multiple selected items to keep them displayed at all times.
kevinslin
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityquick-pickQuick-pick widget issuesQuick-pick widget issues