Open Multiple FilesA VS Code extension that adds multi-select to the file picker, so you can open several files at once instead of one at a time. It replaces the default Go to File picker with one that has checkboxes — everything else stays the same. UsageOpening a single fileSearch for a file and press Opening multiple filesCheck the boxes next to the files you want, then press Regex modeFor more targeted file selection, the picker includes a regex mode.
If a regex match returns more than five files, a confirmation prompt appears before opening them. Click the Command PaletteThe picker is also available via the Command Palette — search for Open Multiple Files. Contributing
Press F5 in VS Code to launch a development Extension Host window. |