- Quickly create new File(s) & Folder(s) from the command palette using either:
- Fuzzy matching to select an existing folder and then provide a relative path.
- Terminal-style autocomplete using the
Tab
key.
- Automatically create missing folder structure if it does not exist.
- Automatically open newly created file(s) in the editor.
- Support for creating folder(s) by ending a path with a
/
character. - Support for
files.exclude
settings and.gitignore
files. - Support for Bash-like brace expansion, e.g.
Component.{ts,css}
will create theComponent.ts
andComponent.css
files. - Support for multi-root workspaces.
You can use the Visual Studio Code Command Palette and choose either:
- The
New file(s) & folder(s)
command to create new file(s) & folder(s) in the current workspace. - The
Relative new file(s) & folder(s)
command to create new file(s) & folder(s) relative to the currently opened file in a single step.
This extension also provides various configurable keyboard shortcuts to quickly create new file(s) & folder(s).
macOS | Windows / Linux | Description |
---|---|---|
Cmd + Opt + O |
Ctrl + Alt + O |
Create new file(s) & folder(s). |
Cmd + Shift + Opt + O |
Ctrl + Shift + Alt + O |
Create new file(s) & folder(s) relative to the currently opened file. |
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.