There are extensions to open all search results [1].
There are extensions to open all files in a directory [2].
Is there an extension or a way to open all the .py
files in all sub-directories?
References
- https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-search-open-all-results
- https://marketplace.visualstudio.com/items?itemName=ko-dev.vscode-open-files-in-directory
CodePudding user response:
Ok it seems there is one extension called Open Multiple Files.
It uses glob e.g. **/*.py
and then opens all the matching files.
Extension: https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-multiple-files