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

Create

HiDeoo

hideoo.dev
|
715 installs
| (0) | Free
Quickly create new File(s) & Folder(s).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Create extension icon

Create

Quickly create new File(s) & Folder(s).

Integration Status License

Demo of the Create extension using fuzzy matching

Demo of the Create extension using terminal-style autocomplete

Features

  • 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 the Component.ts and Component.css files.
  • Support for multi-root workspaces.

Usage

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.

Shortcuts

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.

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft