I switched from WebStorm 2021.2 to WebStorm 2022.2...
# sdf
m
I switched from WebStorm 2021.2 to WebStorm 2022.2 yesterday have since had issues with the SuiteCloud plugin - it doesn’t recognize any modules/functions etc. As you can see in the first pic, it doesn’t recognize define or log.audit (it says “unresolved function or method” for both). In the second pic you can see it doesn’t recognize any functions/properties from the search module either, even though it has been imported. Last night it seemed to work for a few scripts while not for some others, but since this morning, it’s the same thing across the board (including multiple projects). Has anyone encountered anything similar or know what might cause it/how to fix it? I’m using WebStorm 2022.2.3 and the plugin version is 2022.2.0
n
Invalidate all the caches in WS
m
Thank you, it helped regarding the functions and some properties/enums. But for some reason, not for search.Summary.MAX. Any thoughts?
n
Not every function/enum is available as intellisense
m
It works with webstorm 2021.2 though, that’s what confuses me. Is that expected, for things to disappear with later version?
n
I personally don't bother with 1 or 2 functions shown as "invalid" as long as the majority of the functions are suggested via intellisense
s
my thought is to switch to typescript and use the @hitc/netsuite-types package for NS types.