Those examples are very good.
# suitescript
m
Those examples are very good.
n
I had some limited success in my last job running script in WebStorm to generate an Index.html with nice clickable links to the scripts and functions therein. I had planned to take it further but moved roles and never went back to it.
I think it'd be useful, as I mentioned, for other devs, saving them from reading through code looking at your comments.
m
I guess if it is popular, one can find a lot of style they can generate. Will make a search later.
n
If you have a function, particularly one with parameters, (so it's more obvious what it does) if you type /** in front of the word "function" and hit enter WebStorm will create a place holder JSDOCS entry for you.
m
Nice 🙌