Anyone got this new plugin working with WebStorm?
# sdf
a
Anyone got this new plugin working with WebStorm?
a
What's the problem?
Are you getting any errors while installing? @alien4u
a
No, tried yesterday and was not able to get it working when clicking the Authentication through the browser but then I realize the account was in 20.1 still...
a
I guess it should be able to work with 20.1 account.
Problem could be something else. I am pretty sure 20.1 account should be fine.
Try again and please let me know the version of WS, and OS.
s
I updated the plugin and now webstorm crashes my entire computer (amazing a java app can do that, actually, unless it's doing native stuff?)
I'll try to narrow it down and say something here
a
@Ali Syed (NS DevTools QA) Updated and working correctly with WebStorm 2020.2.1
a
@alien4u good to hear that.
a
The only thing I don't like is the added layer/folder src, is that needed for some specific reason?
a
The src folder is added to have an industry standard for the project structure and to keep the suitecloud project files in a src folder and other config files separate from the suitecloud code. And also to have a same project structure in all suitecloud tools. Nodecli uses the project structure with src folder so users can add their own pipelines but having a separate space for suitecloud code.
The basic idea is that we are working towards an eco system that enables you to switch tools while working on a project without any compatability issues. That's also the concept for authids, if you generate an authid in JavaCLI, it can be used in node cli or webstorm.
Just a heads-up that suitecloud plugin 20.2 supports multiple projects attached to same window. But due to a bug on jetbrains side injected in 20.2 onwards, new projects are not attached properly. Existing projects can still be attached. This will be fixed by jetbrains in coming versions hopefully. The webstorm version 2020.1.4 doesn't have this issue.
👍 1