Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Merge Conflict AINew to Visual Studio Code? Get it now.
Merge Conflict AI

Merge Conflict AI

NitishJT

|
66 installs
| (0) | Free
AI-powered merge conflict resolution
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI-Powered Merge Conflict Resolver

Overview

The AI-Powered Merge Conflict Resolver is a VS Code extension that helps developers resolve merge conflicts efficiently using AI. It provides automatic conflict detection and AI-generated resolution suggestions, streamlining the merging process within the VS Code environment.

Features

  • Detect Merge Conflicts: Automatically identifies merge conflicts in Git repositories.
  • AI-Powered Resolution: Provides AI-generated suggestions for resolving conflicts.
  • User Choice Options: Accept the target branch, current branch, or AI-generated resolution.
  • Syntax Highlighting: Presents conflicts in a webview with clear formatting.
  • Automatic Formatting: Runs Black formatter on Python files after resolution.

Installation

From VSIX

  1. Download the .vsix package.
  2. Open VS Code and go to the Extensions panel (Ctrl + Shift + X).
  3. Click on the More Options (...) button and select Install from VSIX.
  4. Select the downloaded .vsix file to install.

Usage

  1. Open a project with merge conflicts.
  2. Click on the "Resolve Merge Conflicts" button in the command palette (Ctrl + Shift + P).
  3. The extension will display conflicts in a webview.
  4. Choose an option:
    • Accept Current: Keep the local branch changes.
    • Accept Target: Use the remote branch changes.
    • Accept AI Resolution: Apply AI-generated suggestions.
  5. Once resolved, conflicts are marked as fixed, and Python files are auto-formatted.

Configuration

No additional configuration is required. The extension automatically detects merge conflicts and suggests resolutions.

Dependencies

  • Simple-Git: Used to interact with Git repositories.
  • Axios: Handles API requests to the AI backend.
  • VS Code Webview API: Displays merge conflict resolutions.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft