sveltejs/language-tools

VSCode command that creates Wizard init project

Ouverte

#2 159 ouverte le 17 sept. 2023

 (2 commentaires) (0 réaction) (0 personne assignée)TypeScript (247 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (1 437 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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:

  1. text box, to enter the project name
  2. a menu for selecting the destination folder (the default folder can be remembered)
  3. 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

Guide contributeur