QuickPickOptions
Options to configure the behavior of the quick pick UI.
Properties
Link copied to clipboard
An optional flag to make the picker accept multiple selections, if true the result is an array of picks.
Link copied to clipboard
Set to true
to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.
Link copied to clipboard
An optional flag to include the description when filtering the picks.
Link copied to clipboard
An optional flag to include the detail when filtering the picks.
Link copied to clipboard
An optional function that is invoked whenever an item is selected.
Link copied to clipboard
An optional string to show as placeholder in the input box to guide the user what to pick on.