Skip to content

Only Show N QuickPick Items at a Time #111146

@dsanders11

Description

@dsanders11

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.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityquick-pickQuick-pick widget issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions