Modify default file content when creating new scripts in Webstorm
Hi, everyone.
I’d like to modify the default file that’s created by the SuiteCloude IDE Plug-in by Netsuite plugin within Webstorm. Specifically, there are certain things that my company adds to every file that we create of a certain type. For example, we have a more robust error handling function for Map/Reduce scripts that I’d like to simply include in all MR scripts that are created in the future without having to copy and paste it from a previous file, or worse, type it in manually. The Netsuite plugin must have a file or setting somewhere that defines what’s shown in the IDE when a new script is created, and I’d love to find it and modify it, but I’m having no luck.
There’s nothing in the IDE Settings under Editor > File and Code Templates, and I’ve also checked the library files on my computer (a Mac) to no avail. I’ve also checked the .metadata folder that exists within my SDF project in Webstorm. I didn’t find anything particularly useful there either, but I admit that I might just not know what I’m looking for. Anyone know where these could be hiding and whether they could be modified?
Thanks!