It was in the message returned by webstorm when tr...
# sdf
m
It was in the message returned by webstorm when trying to install the plugin @Ali Syed (NS DevTools QA)
a
But which link you added in repo to get plugin when this message was returned?
m
It was the link from the documentation
When i visited the same link this morning via the browser i got DNS_PROBE_FINISHED_NXDOMAIN. It is working now : )
b
might want to check updatePlugins.xml
<https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/latest/updatePlugins.xml>
Copy code
<plugins>
    <plugin id="<http://com.netsuite.ide.webstorm.app|com.netsuite.ide.webstorm.app>" url="<http://durga.eng.netsuite.com/public/NetSuiteIDE/snapshot_releases/20.1/webstorm/com.netsuite.ide.webstorm.app-2020.1.1.zip>" version="2020.1.1">
        <name>NetSuite's SuiteCloud IDE Plug-in</name>
        <description><![CDATA[
        <p>SuiteCloud IDE plug-in for WebStorm is an integrated development environment for NetSuite platform development. It provides a user interface for SuiteCloud Development Framework (SDF), which is a development framework and deployment mechanism.</p>
        <br>
        <h2>Getting started</h2>
        <h3>To learn how to:</h3>
        <ul>
            <li>Set up domains, accounts, and the master password, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1530301933.html>">Setting Up SuiteCloud IDE Plug-in for WebStorm</a>.</li>
            <li>Create an Account Customization Project, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1530903289.html>">Creating an Account Customization Project in SuiteCloud IDE Plug-in for WebStorm</a>.</li>
            <li>Create a SuiteApp project, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1530903307.html>">Creating a SuiteApp Project in SuiteCloud IDE Plug-in for WebStorm</a>.</li>
            <li>Import components from your account to WebStorm, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1530903088.html>">Importing Account Components to your SDF Project with SuiteCloud IDE Plug-in for WebStorm</a>.</li>
            <li>Work with custom NetSuite objects in the WebStorm plug-in, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1536775535.html>">Working with Custom NetSuite Objects in SuiteCloud IDE Plug-in for WebStorm</a>.</li>
        </ul>
        <br>
        <h2>Features</h2>
        <ul>
            <li>Manage multiple NetSuite domains and accounts.</li>
            <li>Set a master password for each project.</li>
            <li>View the SDF Logs.</li>
            <li>Import custom objects from your account.</li>
            <li>Upload files and folders to the NetSuite File Cabinet.</li>
            <li>Compare files or objects with the NetSuite version.</li>
            <li>Add dependencies to the manifest file.</li>
            <li>Change project settings.</li>
            <li>Validate your project against your account.</li>
            <li>Deploy your project to your account.</li>
        </ul>
        <br>
        <p>To find out more about the latest features released, see <a href="<https://system.netsuite.com/app/help/helpcenter.nl?fid=section_3843364700.html>">SuiteCloud IDE Plug-ins.</a></p>
    ]]></description>
    </plugin>
</plugins>
m
Meanwhile you can manually download plugin from this url https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/latest/com.netsuite.ide.webstorm.app-2020.1.1.zip And install it manually (in plugins click gear icon > Install Plugin from Disk) I checked it with WebStorm 2020.1 and it is working, but you need the default (Java 11) runtime
m
ohh v nice thanks @mizax