Visual Studio Code - Project Creation
This extension allows you to create a new project from our available templates without the need to leave Visual Studio Code or open your terminal.
Supported frameworks
Template |
Categories |
Languages |
Astro |
astro , ssg |
typescript |
Next.js |
nextjs , ssg |
javascript , typescript |
How to use
- Open the command palette (Ctrl+Shift+P)
- Type
Project Creation: New...
- Select the folder where you want to create new projects
- Select the framework you want to use
- Enter the project details
- Click the
Create button and wait for the project to be created 🚀
Configuration
You can configure the extension to ignore template categories and/or languages.
Setting |
Description |
Default |
projectCreation.categories.ignore |
List of template categories to ignore |
[] |
projectCreation.languages.ignore |
List of template languages to ignore |
[] |
| |