SuiteCloud IDE Plug-in for Webstorm: when I create...
# ask-stanley-ai
m
SuiteCloud IDE Plug-in for Webstorm: when I create a new account customization project, the project is not being opened and is not recognized as a NetSuite project - any ideas?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems like the issue you're experiencing with the SuiteCloud IDE Plug-in for WebStorm not recognizing a new account customization project could be due to several reasons: 1. Java Development Kit (JDK) Version: Ensure you have the correct version of JDK installed on your local machine. Some users have reported issues with certain versions of JDK. The recommended version is JDK 11. You can download it from the official Oracle website. 2. WebStorm and SuiteCloud IDE Plug-in Version: Make sure you are using compatible versions of WebStorm and the SuiteCloud IDE Plug-in. Some users have reported issues with certain combinations of versions. For example, WebStorm 2019.1.4 with the 2019.2 release of the SuiteCloud IDE Plug-in was suggested as a working combination. 3. Project Configuration: Check your project configuration files, specifically the workspace.xml file in the
.idea
directory in the project. Make sure the paths are correctly set. 4. NetSuite Configuration: Ensure that SuiteCloud is properly configured in NetSuite. 5. Project Creation Method: The method of creating a new project could also affect the functionality. Some users have reported issues when cloning a project from a git repo. Try creating a new NetSuite project in WebStorm and then import/clone the files from the repo into it. 6. .idea Folder: The .idea folder contains project specific settings files. It is not recommended to commit this folder to the repo. If you have done so, it might cause issues. Remember to always keep your tools up to date and check the official documentation for any known issues or updates. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.860824108
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.854385436
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.85306
Please provide your feedback on this answer.