I have a weird issue with the netsuite libraries. If my summary comments are after the "comma" in define ('my modules"), {summary jsdocs} webstorm's class code complete/recognition doesn't work. If I move teh jsdocs to before the "comma" so define("my modules") {jsdocs}, it works.
So the issue is, the code complete/ recognition doesn't happen unless the comma is after the js docs, HOWEVER, I use prettier to format the code, and it moves the js docs to after the comma. Has anyone figured out a way to resolve this? So that webstorm will recognize the netsuite classes based on the JS DOCS?
Pictures just show the issue, and if you notice resolveScriptId is yellow in the 2nd picture