You can set up your own templates following the sa...
# sdf
e
You can set up your own templates following the same process I outline here: https://gitlab.com/erictgrubaugh/webstorm-suitescript2-templates I would be extremely curious about the reasoning for advising against even enabling the feature. I wasn't even aware you could completely disable 2.1.
👍 2
n
Hi @erictgrubaugh thanks for sharing this. Do you know if there is a way to modify the templates used by SDF Plugin for WebStorm?
e
Templates are just text files. The readme describes where the templates are located, so you know where to create templates, and you can use my templates as examples for the syntax. Or just install the ones in the repo and modify them. As far as actually editing those distributed by SDF, I doubt it's worth it as opposed to just making your own as described above. You might be able to locate the SDF jar file which contains the template and edit them there, but then you'd lose all your changes whenever SDF updates.
n
I see. Thanks for the answer @erictgrubaugh.