I would appreciate your feedback on this, JavaScript wizards out there.
To simplify JavaScript coding as much as possible for new users, I consider including the linked zip file in the package, with instructions to unzip it into the VS Code project folder.
The result will be a template file they can start from, the d.ts file for IntelliSense, and a new snippet file that simplifies function creation. Also included is a set of configuration files to control the behavior of VS Code.
Does this look OK to you? Is something missing or “too much”?
I know some of you reference the d.ts file as it is stored in the plugin folder. I recommend against doing that, since VS Code locks the file, which will cause potential plugin updates to fail. I’m considering removing the files from the ScriptJint plugin folder and only having this zip file in the Extras folder.
