Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickpick should have the ability to select multiple items #44891

Closed
mark-keaton opened this issue Mar 2, 2018 · 2 comments
Closed

quickpick should have the ability to select multiple items #44891

mark-keaton opened this issue Mar 2, 2018 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) quick-pick Quick-pick widget issues

Comments

@mark-keaton
Copy link

Feature request for extension authoring:
showQuickPick could return an array of selected items. (Thenable<string | undefined>[])

It could use the traditional hotkeys to select.

Windows:
Shift+Click for a range
Ctrl+Click for multi-select

Mac:
Shift+Click for a range
Cmd+Click for multi-select.

@vscodebot vscodebot bot added editor editor-contrib Editor collection of extras labels Mar 2, 2018
@tsalinger tsalinger added the feature-request Request for new features or functionality label Mar 2, 2018
@chrmarti chrmarti added quick-pick Quick-pick widget issues and removed editor editor-contrib Editor collection of extras feature-request Request for new features or functionality labels Apr 3, 2018
@chrmarti
Copy link
Contributor

chrmarti commented Apr 3, 2018

/duplicate #45589

This will be available in the upcoming VS Code release 1.22 as part of the work being done for #45589.

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 3, 2018
@vscodebot
Copy link

vscodebot bot commented Apr 3, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Apr 3, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) quick-pick Quick-pick widget issues
Projects
None yet
Development

No branches or pull requests

3 participants