When working in a team, version control is essential—but currently, developers must rely on external tools (like Git clients or text-based diff tools) to compare changes, resolve merge conflicts, or review commit differences.
This feature request is for a built-in, visual diff/merge tool in Mendix Studio Pro that allows users to:
View differences between two revisions (local vs remote, branch vs branch, etc.)
Compare entity models, microflows, pages, and configurations visually
See added, removed, or modified elements with clear highlights
Resolve merge conflicts inside the IDE with context-aware suggestions
This would help developers:
Resolve merge conflicts faster
Review code changes before committing
Avoid accidental overwrites or regressions