Today, when creating a new UserEvent script in Web...
# suitescript
n
Today, when creating a new UserEvent script in Webstorm, the template being loaded is a 2.1 template. Is there something I can change so that I'm using 2.0 I don't want to use 2.1! 🙂
k
Change it to 2.0? lol
TBF it is trying to use ES6 language when it creates a new script file. I have my own templates setup to create my own files so not using NetSuites plugin.
e
While I don't know if there's a setting to just change the SS version, you can configure all your own templates. I publish mine here to give you an example: https://gitlab.com/erictgrubaugh/webstorm-suitescript2-templates
🔥 1
w
nice work on these @erictgrubaugh!
e
Thanks!
n
Thank you Eric much appreciated.