Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickOptions

Options for configuration behavior of the quick pick

Hierarchy

  • QuickPickOptions

Index

Properties

Optional canPickMany

canPickMany: boolean

If true make picker accept multiple selections. Not implemented yet

Optional ignoreFocusOut

ignoreFocusOut: boolean

If true prevent picker closing when it's loses focus

Optional machOnDescription

machOnDescription: boolean

A flag to include the description when filtering

Optional machOnDetail

machOnDetail: boolean

A flag to include the detail when filtering

Optional placeHolder

placeHolder: string

The place holder in input box

Methods

Optional onDidSelectItem