Skip to content

HiDeoo/create

Repository files navigation

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:
  • 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.