Is the SuiteCloud CLI for Node intended to replace...
# sdf
m
Is the SuiteCloud CLI for Node intended to replace the WebStorm IDE plugin or compliment it?
a
There are no plans to replace webstorm. We are actively working on making the user experience better with Webstorm suitecloud plugin.
Suitecloud cli is IDE agnostic tool. You can use it any Modern IDE that supports a terminal. So both are different categories and we are working continuously on both of them.
m
Makes sense. Does it make sense to start any new work using the project format of the CLI tool? Does the WebStorm plugin understand that project structure out the box?
I can see the benefit of integrating the CLI tool into a CI/CD workflow, but if it's using the WebStorm folder structure won't it create issues?
a
If you import a project created by node cli in WS, it's already recognized by WS. Currently we will support both project structures in WS because many users already have project structures without
src
folder (node project structure )
Its safe to start new projects with Node cli Structure in WS. Infact we would encourage to do that.
m
okay. that will be my directive to our team moving forward. I'm trying to be mindful of what the future dev practices should look like.
thank you for the insights.
👍 1