Using SuiteCloud Developer Assistant with Cline in WebStorm

SuiteCloud Developer Assistant (SDA) can be used in JetBrains IDEs, including WebStorm, through AI assistant plug-ins that support OpenAI-compatible providers, such as Cline. These plug-ins connect to the local SDA proxy started through SuiteCloud CLI. You can ask SDA to:

Note:

The tool has been tested in WebStorm using Cline, and this configuration has been validated during testing.

Prerequisites

Before configuring WebStorm and an AI assistant plug-in like Cline, you must ensure that the following prerequisites are met:

To use SDA with Cline in WebStorm:

  1. Go to View > Tool Windows > Cline.

  2. Configure a custom OpenAI-compatible provider using the SDA proxy values:

  3. Open your SuiteCloud project.

  4. Verify the connection. Open a SuiteScript file and run a prompt such as "Explain this SuiteScript module". If the configuration is successful, the plug-in responds using SDA through the local SDA proxy.

Troubleshooting SDA with Cline in WebStorm

Issue

Cases

Solution

Connection error

Unable to connect to SDA.

Verify the following:

  • The SDA proxy is running.

  • The configured port matches the proxy output.

  • The API key is correct.

  • The base URL is configured correctly.

    Expected base URL format:

                              http://127.0.0.1:<port>/api/internal/devassist 
    
                            

Custom providers support

The tool does not support custom providers.

Some plug-ins may not support the following:

  • Custom OpenAI-compatible endpoints

  • Custom base URLs

  • Custom API keys

Refer to the plug-in documentation to verify compatibility.

Missing plug-in settings

Plug-in settings or windows not displayed.

Do the following:

  1. Verify the plug-in is installed and enabled.

  2. Restart WebStorm.

  3. Check for plug-in updates in the JetBrains Marketplace.

Related Topics

General Notices