sveltejs/language-tools
VSCode command that creates Wizard init project
Aperta
#2159 aperta il 17 set 2023
help wanted
Metriche repository
- Star
- (1437 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Description
I want to have an easy, graphical initiation of a new Svelte project in VSCode.
Proposed solution
VSCode command that creates Wizard init project
The command causes the appearance of:
- text box, to enter the project name
- a menu for selecting the destination folder (the default folder can be remembered)
- checkboxes with options like ESLint, etc.
Alternatives
I wanted it built into VSCode, and for all frameworks, but VSCode didn't want it: https://github.com/microsoft/vscode/issues/144936
So I want Svelte itself to do it.
Additional Information, eg. Screenshots
No response