createQuickPick<T extends QuickPickItem> method

QuickPick<T> createQuickPick<T extends QuickPickItem>()

Creates a {@link QuickPick} to let the user pick an item from a list of items of type T.

Note that in many cases the more convenient {@link window.showQuickPick} is easier to use. {@link window.createQuickPick} should be used when {@link window.showQuickPick} does not offer the required flexibility.

Implementation

_i4.QuickPick<T> createQuickPick<T extends _i4.QuickPickItem>() =>
    _i3.callMethod(
      this,
      'createQuickPick',
      [],
    );