Easy File Creator is a simple yet powerful VS Code extension that allows you to quickly create files or folders with a hotkey or command palette. Just press Ctrl + N or use the command "Create File Or Folder" to easily create new files and folders within your workspace.
🚀 Features
Quick File Creation: Press Ctrl + N and enter a filename to create a new file instantly.
Folder Creation: Append / to the path to create a new folder.
Workspace-Aware: Works only when a workspace is opened.
Command Palette Support: Use Ctrl + Shift + P → Create File Or Folder.
Smart Suggestions: Lists existing folders dynamically as you type.
Opens New Files Automatically: Newly created files open in the editor.
Keybindings
Command
Keybinding
Create File Or Folder
Ctrl + N
🛠 Usage
Using Hotkey (Ctrl + N)
Press Ctrl + N.
Type the file path (e.g., folder/subfolder/file.txt).