The last line of code does not seem to work with i...
# suitescript
c
The last line of code does not seem to work with intellisense using the Oracle plugin for WebStorm. I can see everything else is working looking at the 3 lines previous (functions are highlighted yellow). Has anyone seen 'N/log' not work like this?
w
Sometimes it helps to just remove all the jsdoc before the callback function to get Webstorm to fix it. I usually Select everything except the top "/**" and then press enter. Webstorm then re-adds everything automatically.
c
Thanks @Watz will try this today