Features Overview
Concord IntelliJ Plugin turns IntelliJ IDEA into a powerful IDE for Concord flows. It goes beyond YAML validation and understands the structure, semantics, and relationships inside your automation code.
Navigation & Insight
Understand complex projects by visualizing relationships between flows.
Navigation
Jump directly from call steps to flow definitions across files.
Call Hierarchy
Visualize the complete caller-callee tree for any flow.
Find Usages
Locate every reference to a flow or variable in the project.
Structure View
Navigate the structure of large Concord files at a glance.
Breadcrumbs
Track your location in deep YAML structures.
Hover Docs
Instant documentation popups for flows, tasks, and parameters.
Editing & Quality
Write correct code faster with intelligent assistance.
Completion
Context-aware autocomplete for keys, parameters, and flows.
Language Injection
Edit scripts (Groovy, JS, Python) with full IDE support inside YAML.
Validation
Real-time error checking for missing keys and invalid types.
Highlighting
Semantic syntax highlighting for flows and expressions.
Inspections
Advanced checks for duplicates, types, and documentation.
Maintenance & Refactoring
Keep your codebase healthy as it grows.
Rename
Safely rename flows and automatically update all references.
Quick Fixes
One-click fixes for common errors and typos.
Flow Docs
Structured documentation with parameter definitions.
Scopes
Multiple isolated Concord project scopes within a single IntelliJ project.
Dependencies
Automatic resolution of Maven dependencies with task name extraction.
Execution
Run and test flows directly from the IDE.
Essential Shortcuts
Become a power user with these IntelliJ keystrokes.
Navigation
- Go to DeclarationCtrlB
- Find UsagesAltF7
- Structure ViewAlt7
- Quick DocumentationCtrlQ
Editing
- Code CompletionCtrlSpace
- Rename RefactoringShiftF6
- Quick FixAltEnter