Skip to content

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

License

Notifications You must be signed in to change notification settings

feliperma-itx/vscode-open-multiple-files

 
 

Repository files navigation

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": "", // A glob of files to exclude
  "openMultipleFiles.limit": 100 // Max number of files to open
}

Demo

Demo

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.3%
  • JavaScript 11.7%