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
Watz
01/09/2021, 9:21 PM
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.