Hey all, does anyone know if the SuiteCloud IDE fo...
# sdf
r
Hey all, does anyone know if the SuiteCloud IDE for WebStorm is compatible with IntelliJ IDEA?
j
might be, its working for PHPStorm for me
b
i would say a little, some things work, some do not
r
nice, did it work out the box or did you need to get around anything?
s
what? I would fully expect ANY webstorm plugin to be IDEA compatible, as webstorm is a subset of IDEA
b
I didn't notice when i first started out, but i couldn't create new projects
s
at least that's how it's been explained to me by JetBrains support.
r
yeah, I noticed that the SuiteCloud IDE project types aren’t available
b
there are other things like code completion not working
i suspect im missing out on some templates
s
You may have to include some optional plugins to IDEA that are included 'by default' in webstorm?
r
I was looking into that, I believe the plugin.xml doesn’t list any dependancies beyond com.intellij.modules.lang
j
I didn't do anything, just installed it out of the box and everything seems to be working correctly. If you have any errors when trying to set the master password, try just restarting the the IDE. Thats the only thing that hung me up
b
if you find ways to make sdf ide work better in intellij, im interested
r
thanks, I’m not getting any errors but similar to @battk just seems to be missing project creation and language features like code completion
b
the only workaround I did was to make code completion work by adding a global library for suitescript 2
I also cursed that they didn't document their code using amd jsdoc3 patterns
r
Yeah I tried the same, I imagine I could find a way to have a project template to account for the missing functionality, just thought I’d ask incase anyone else came across this
s
just saying, using NFT or @hitc/netsuite-types helps a lot with jsdocs
b
@stalbert any way to do source maps so I can have useful stacktraces in NetSuite
s
I haven't tried that - the compiled JS is friendly enough I tend to just use it
(when debugging)