I am thinking something like the Unity Create C# file where it will take the name and create some default imports, class definition, etc. Save the file in the correct location and launch in VSCode. This would definitely save some time for me knowing that all the needed starter content is in the .ts file and ready for me to extend.
In your ExportInfo, add the new NPM Definition as dependency if it hasn’t been added automatically already
Rightclick on the NPM Definition > Create > Typescript
and you’re back to the same flow as when creating scripts in src/scripts, plus you can directly open VS Code by double-clicking on those Typescript files or the NPM Definition
The latest verison adds support for “Create/Typescript” in any folder and it creates the script in src/scripts and opens the workspace if you have a web project setup