1.0.0 • Published 6 years ago

vscode-open-multiple-files v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

VSC Open Multiple Files

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

Install

Run the following in the command palette:

ext install 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.limit": 100 // Max number of files to open
}

Demo

Demo

License

MIT © Fabio Spampinato