It looks like a WebStorm and SDF plugin upgrade ha...
# sdf
c
It looks like a WebStorm and SDF plugin upgrade has caused current projects to lose there external libraries/bindings? I can create new projects and clone the git repos but that's going to be annoying to do for all clients, is there a way to get 'legacy' projects configured correctly?
e
I have the same issue, using WebStorm 2023.3.4 and the latest SDF plugin. However, I think it's related to WebStorm, and the only way it's resolved for me is by removing the type from my jsdoc declaration. (
@param search
instead of
@param {search} search
. Major PITA
c
Can you still see the external libraries
e
Yes
c
Mine is empty
for all of my projects
I just created a new project and the external libraries are there.
Is there anyway I can force the SS scripts/libraries back into the External Libraries?
I can see the IDE opens with them, then they disappear!
e
You could try invalidating the cache (File -> Invalidate caches), or remove and reinstall the plugin
c
Genius!
Invalidating the cache worked.
👍 1
Thank you
c
You can also download the libraries right from help and add them as dependencies as an alternative