Why would I be getting the following in WebStorm? ...
# suitescript
d
Why would I be getting the following in WebStorm? I've got the SuiteCloud IDE plugin installed and just updated to the latest version.
e
Add
@param{search} search
to your jsdoc comment for the define
s
I get that with
runtime.getCurrentScript()
even though I have
Copy code
* @param{runtime} runtime
d
Yup. I have that defined already.
What's weird is I just added the runtime module, but did not define it in my jsdoc comment and it resolves getCurrentScript() just fine.
s
I just tried taking it out of the JSDoc, and now it does resolve it!
d
hahaha. 🤯 I just took search out of my JSDoc and it also worked fine.
Code completion is somewhat working for them too now.