Installation

Install Intellij SFCC in your JetBrains IDE

Prerequisites

Before installing, ensure you have:

  • A JetBrains IDE (WebStorm, IntelliJ IDEA, PhpStorm, etc.) version 2023.3 or later
  • An active Intellij SFCC license (trial or paid)
  • Access to a Salesforce Commerce Cloud sandbox

Older IDE versions (before 2023.3) are not supported. Please update your IDE before installing the plugin.

Install from Marketplace

Open Plugin Settings

Navigate to Settings (or Preferences on macOS) → PluginsMarketplace.

Search and Install

Search for "Intellij SFCC" in the Marketplace search bar. Click Install on the plugin card.

Restart Your IDE

After installation, restart your IDE when prompted to activate the plugin.

Activate Your License

Open Settings → Tools → Intellij SFCC → License and enter your license key. Click Activate.

Install from Disk

If you need to install from a .zip file (e.g., for offline environments):

Download the Plugin

Download the latest .zip release from the Intellij SFCC Marketplace listing or your organization's distribution channel.

Install from Disk

Go to Settings → Plugins → ⚙️ → Install Plugin from Disk, then select the downloaded .zip file.

Restart and Activate

Restart the IDE and activate your license as described above.

Verify Installation

After installation, verify everything is working:

  1. Open Settings → Tools → Intellij SFCC - you should see the plugin configuration panel
  2. Check the status bar at the bottom of the IDE for the Intellij SFCC icon
  3. Open any .isml file - it should have syntax highlighting

If you encounter any issues during installation, check the Configuration page or contact our support team.

Project Structure

A typical SFCC project recognized by the plugin:

.project
dw.json
package.json

The plugin automatically detects your cartridge path from dw.json or the project's .project files.

On this page