@Carlos Olivares (NS DevTools PM) Right now the biggest issues I found/see so far with the WebStorm implementation in my case:
- When you tried to upload an script file through the UI, NetSuite parses/check the file and error out if something is wrong, however this does not happen when you upload it with the SDF Plugin, it will say on the console/logs successfully but the script file is not uploaded/updated.
- Every time you deploy the whole directory structure is analyze falling in to the know problem of having
node_module
folder in your project which you may need for something, for example
eslint
.