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

"Quick Open" open all/multi-select files #55146

Open
janhaertel opened this issue Jul 26, 2018 · 5 comments
Open

"Quick Open" open all/multi-select files #55146

janhaertel opened this issue Jul 26, 2018 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality quick-open Quick-open issues (search, commands)
Milestone

Comments

@janhaertel
Copy link

Sometimes I need to open all files matching a certain criteria.
For example:
files matching dialog

At the moment I have to start "Quick Open" and then enter my search term and then go through each entry and hit arrow-right on my keyboard. This can take very long.
It would be nice if I could just open all files that are in the dialog.
It would also be good if I could select multiple files with ctrl + click and maybe shift + click to open only the files I need.

@kieferrm kieferrm added quick-pick Quick-pick widget issues feature-request Request for new features or functionality labels Jul 27, 2018
@eamodio
Copy link
Contributor

eamodio commented Jul 30, 2018

While I would love this as well, there is an extension: Open Matching Files that provides that.

@janhaertel
Copy link
Author

Thanks I'll be trying this out.

@safield
Copy link

safield commented Oct 7, 2018

+1 for this feature. It seems super useful.

The "Open Matching Files" extension does not provide the behviour. It uses its own search dialog with its own search mechanism. One integrated with ctrl+p quick open would be much more convenient and consistent.

@eamodio
Copy link
Contributor

eamodio commented Oct 8, 2018

@safield totally agree, although what Open Matching Files provides is about the best option until something like this is available.

@johnnytemp
Copy link

Until something like this is available, you could also use integrated terminal with bash, and run:
code **/*Dialog.js (provided that you have set shopt -s globstar in ~/.bashrc)

@bpasero bpasero added quick-open Quick-open issues (search, commands) and removed quick-pick Quick-pick widget issues labels Apr 7, 2021
@TylerLeonhardt TylerLeonhardt added this to the Backlog milestone Dec 6, 2022
@TylerLeonhardt TylerLeonhardt changed the title "Quick Open" open all files "Quick Open" open all/multi-select files Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality quick-open Quick-open issues (search, commands)
Projects
None yet
Development

No branches or pull requests

8 participants