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

File Utils

Steffen Leistner

|
511,503 installs
| (36) | Free
A convenient way of creating, duplicating, moving, renaming and deleting files and directories.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

icon

File Utils - Visual Studio Code Extension

Known Vulnerabilities Renovate semantic-release


A convenient way of creating, duplicating, moving, renaming, deleting files and directories.

Inspired by Sidebar Enhancements for Sublime.

How to use

demo

Using the command palette:

  • Bring up the command palette, and select "File Utils: ".
  • Select one of the commands mentioned below.
  • Press [Enter] to confirm, or [Escape] to cancel.

howto

Brace Expansion

Brace expansion is a mechanism by which arbitrary strings may be generated.

Example file name input

/tmp/{a,b,c}/index.{cpp,ts,scss}

will generate the following files

➜  tree /tmp
/tmp
├── a
│   ├── index.cpp
│   ├── index.scss
│   └── index.ts
├── b
│   ├── index.cpp
│   ├── index.scss
│   └── index.ts
└── c
    ├── index.cpp
    ├── index.scss
    └── index.ts

Note

Non-existent folders are created automatically.

Changelog

  • https://github.com/sleistner/vscode-fileutils/blob/master/CHANGELOG.md

How to contribute

  • https://github.com/sleistner/vscode-fileutils/blob/master/CONTRIBUTING.md

Disclaimer

Important: This extension due to the nature of it's purpose will create files on your hard drive and if necessary create the respective folder structure. While it should not override any files during this process, I'm not giving any guarantees or take any responsibility in case of lost data.

Contributors

  • Steffen Leistner
  • Ilia Shkolyar

License

MIT

Credits

Icon

  • Janosch, Green Tropical Waters - Utilities Icon
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft