Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickOptions

Options to configure the behavior of the quick pick UI.

层级

  • QuickPickOptions

索引

Properties(6)

Optional title

title: string

An optional string that represents the title of the quick pick.

Optional matchOnDescription

matchOnDescription: boolean

An optional flag to include the description when filtering the picks.

Optional matchOnDetail

matchOnDetail: boolean

An optional flag to include the detail when filtering the picks.

Optional placeHolder

placeHolder: string

An optional string to show as placeholder in the input box to guide the user what to pick on.

Optional ignoreFocusOut

ignoreFocusOut: boolean

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.

Optional canPickMany

canPickMany: boolean

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.

Methods(1)

Optional onDidSelectItem

  • An optional function that is invoked whenever an item is selected.

    Parameters

    Returns any

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹