A powerful Visual Studio Code extension that accelerates your development workflow by generating code from customizable templates. Perfect for creating boilerplate code, standardized components, and maintaining consistent code patterns across your projects.
🚀 Key Features
Template-Based Code Generation: Generate consistent code structures from predefined templates
Custom Template Support: Create and manage your own code templates
Project-Wide Generation: Generate code across multiple files and folders
Smart Placeholders: Use dynamic placeholders for flexible code generation
Visual Interface: Easy-to-use form interface for template parameters
Multi-language Support: Works with any programming language or framework
📋 Usage
Add Template:
Select a folder containing your template files
Give your template a name
Your template is now ready to use
Generate Code:
Select your template from the list
Choose the files you want to generate
Fill in the template parameters
Code is generated automatically!
⚙️ Commands
Template: Add - Add a new template
Template: Generate - Generate code from selected template
Template: List - View and manage your templates
Template: Delete - Remove existing templates
🔧 Getting Started
Install the extension
Open the command palette (Ctrl+Shift+P / Cmd+Shift+P)
Type "Template" to see available commands
Start with "Template: Add" to add your first template