Skip to content

Extension API: Add an option to disable auto selection of matching items in QuickPicks #45466

@qcz

Description

@qcz

I would like to create an extension in which the user have to enter a string to operate with and I would like to show them some of the previous inputs he used, like in the search field of Visual Studio:
2018-03-10_09-59-11

As far as I can see I cannot provide available values to InputBoxes, so I have to use a QuickPick. However QuickPicks do not allow users to pass a string not available for selection. An additional option would be great for QuickPicks to pass when a value even when it is not available (or an another option is to allow extensions to pass available values to InputBoxes)

Metadata

Metadata

Assignees

Labels

*out-of-scopePosted issue is not in scope of VS Codeapifeature-requestRequest for new features or functionalityquick-pickQuick-pick widget issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions