← Editor setup guides

How to install the JetBrains plugin for .sdd files

How-To Editor setup Beginner 1031001HOWTO-1031001

HOWTO-1031001Editor setupBeginner

This guide shows you how to install the SpecDD JetBrains plugin so JetBrains IDEs recognize and assist with .sdd specification files.

The plugin adds IDE support for writing, navigating, and validating SpecDD files.

Prerequisites

You need:

Steps

1. Install from the IDE

In your JetBrains IDE:

  1. Open Settings.
  2. Select Plugins.
  3. Open the Marketplace tab.
  4. Search for SpecDD.
  5. Install the SpecDD plugin.
  6. Restart the IDE if prompted.

The plugin is published on JetBrains Marketplace .

2. Install from the command line instead

If your JetBrains launcher is available, install the plugin by ID:

idea installPlugins ai.specdd.idea

Depending on your IDE and JetBrains Toolbox setup, the command may be idea, idea.sh, or a product-specific launcher.

3. Open the correct project root

Open the repository, workspace, or monorepo root that contains the SpecDD files you want the IDE to understand.

This gives path completion, clickable file references, unresolved path warnings, and structure-aware features the right project boundary.

4. Open a .sdd file

Open an existing spec or create a minimal file:

Spec: Editor Check

Purpose:
  Verify that the IDE recognizes SpecDD files.

Save it with the .sdd extension.

5. Check the SpecDD IDE features

The JetBrains plugin provides:

How to verify the result

The plugin is working when:

Common mistakes

← Editor setup guides