Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Glob New FileNew to Visual Studio Code? Get it now.
Glob New File

Glob New File

Braydie

|
994 installs
| (1) | Free
Create multiple files using glob-like syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Glob New File

VSCode extension that allows glob-like syntax when creating a new file to create multiple files at once.

Installation

  • Ctrl + p => ext install braydie.glob-new-file
  • Install from Marketplace - https://marketplace.visualstudio.com/items?itemName=braydie.glob-new-file

Features

Expect the following sort of results:

Pattern Created files
index.{js, test.js} index.js, index.test.js
index.js,Component.js index.js, Component.js
index{A,B,C}.js indexA.js, indexB.js, indexC.js
index{A,B}.{js,css} indexA.js, indexA.css, indexB.js, indexB.css

Known Issues

It works on my machine...! This is my first extension so there's possibly some issues in there somewhere.

Release Notes

0.0.4

Updated dependencies

0.0.3

Updated dependencies

0.0.2

Updated to use fsPath for looking working with file system. This should mean better cross-plat support

0.0.1

Initial release.

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