Is there an SS2.1 zip available in NetSuite (I can...
# suitescript
c
Is there an SS2.1 zip available in NetSuite (I can only see 1 and 2) and how do I import it as a library to WebStorm?
Easy peasy.
c
How do I install that?
I'm a long time intellij user but adding JDK libraries is much more intuitive.
k
In webstorm preferences go to plugins. Select the icon to customize plugin repositories.
Add the custom repository. From there you can install the NetSuite plugin.
k
@battk Thanks. 😉
b
the plugin works in intellij too
c
Done - thanks guys
Well - almost done 😄
k
Hah! It can't be easy.
Check your version of Webstorm.
c
Looks like I have to go through several updates
oh good god - what happened to the fonts in that final update!?!
s
I find intellisense from @hitc/netsuite-types to be superior to anything I've seen from Netsuite themselves.
b
the jsdoc in netsuite's library is pretty bad
d
@Craig I will also advocate use of https://www.npmjs.com/package/@hitc/netsuite-types (you dont need to be using TypeScript either to leverage the intellisense, Vscode/Webstorm etc. is able to to provide in JS files as well)