VSCode IntelliJ-Like File & Package Creator
This VS Code extension provides an IntelliJ-like file and folder creation experience.
🚀 Features
- Create files, folders, Go modules and packages, React (jsx, tsx), JavaScript, and TypeScript files with a right-click
- Accessible via the Command Palette (Ctrl + Shift + P)
- Supports Go, JavaScript, TypeScript, and Node.js
🔧 Usage
- Right-click on a folder in the Explorer.
- Select the "Create New File/Folder" option.
- Specify the type (File, Folder, Go Module) you want to create.
- Enter the name of the file or folder and create it!
Shortcut Usage
Quickly create a new file or folder by pressing Ctrl + Alt + N.
Save Template
- Ctrl + Alt + S or Right-click on a file or folder in the Explorer.
- Select the "Save as Template" option.
- Enter a name for your template and save it.
Create from Template
- Ctrl + Alt + O or Right-click on a folder in the Explorer.
- Select the "Create from Template" option.
- Choose a template from the list.
- Enter the name of the new file or folder and create it!
| |