Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open Multiple FilesNew to Visual Studio Code? Get it now.
Open Multiple Files

Open Multiple Files

Fabio Spampinato

|
15,753 installs
| (8) | Free
Open all files in a folder at once, optionally filtering by a glob.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Open Multiple Files

Logo

Open all files in a folder at once, optionally filtering by a glob.

You can read more about the supported glob syntax here.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-open-multiple-files

Usage

It adds 1 command to the command palette:

'Open Multiple Files' // Open all files at once, optionally filtering by a glob

You can also right click a folder in the explorer and only search in that folder.

Settings

{
  "openMultipleFiles.exclude": null, // An array of globs to exclude, unless specificed it uses the "files.exclude" setting
  "openMultipleFiles.ignore": [".gitignore"], // An array of names for .gitignore-like files to use
  "openMultipleFiles.limit": 100 // Max number of files to open
}

License

MIT © Fabio Spampinato

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft