Concord IntelliJ Plugin
IDE-first authoring for Concord YAML: validation, navigation, completion, hints, usages, and refactoring - built for real-world multi-flow projects.

Highlights
Schema validation
Inspections for unknown or missing keys in Concord YAML.
Navigation
Navigate from call steps to flow definitions.
Code completion
Completion for YAML keys and flow parameters.
Call hierarchy
View caller and callee relationships between flows.
Find usages
See where flows are referenced across the project.
Rename refactoring
Safely rename flows and update references.
Quick start
Try these in IntelliJ
- Jump to flow definition via Go to Declaration CtrlB
- Open Call Hierarchy CtrlAltH
- Find references using Find Usages AltF7
- See errors and warnings inline with schema inspections
- Use code completion for YAML keys and flow parameters
- Safely refactor with Rename ShiftF6
- Apply fixes quickly with Quick Fix AltEnter
Write Concord YAML faster
Get IDE support that understands your flows - not just YAML formatting.