Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Sublime Merge XNew to Visual Studio Code? Get it now.
Sublime Merge X

Sublime Merge X

Ajit (hemarkable)

|
142 installs
| (0) | Free
Launch contextual aware Sublime Merge commands from VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sublime Merge ✕ VS Code

Version Installs Downloads Open VSX Downloads

Launch contextual aware Sublime Merge commands from VS Code.

Features

You can launch these commands from command palette:

  • View File History
  • View Line History
  • Blame Line
  • Open Repository

Installation

ext install ajitid.sublime-merge-x

Requirements

Ensure the smerge command is in your $PATH.

Details can be found here

Settings

sublime-merge-x.path

Path to Sublime Merge (smerge) command. If not set, the extension will check your $PATH instead to find it.

Notes

You can make "Open in Editor…" in Sublime Merge to open VS Code. To do that, first open your terminal and run code -v. If it prints anything, great! Otherwise, open command palette using ctrl+shift+p (or cmd+shift+p on a Mac) and search for "Shell Command: Install 'code' command in PATH" and run it.

Then, open Sublime Merge and Preferences › Edit Settings… and type in:

{
  "editor_path": "code",
  "editor_argument_format": "--goto ${file}:${line}:${col}",
  "editor_wait_args": "--wait"
}

"Open in Editor…" will open VS Code now.

Thanks

  • Amit Dhamu for creating the original extension
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft