adhamu / history-in-sublime-merge

Show History of File in Sublime Merge in VSCode/VSCodium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History In Sublime Merge

Version Installs Downloads Open VSX Downloads

Adds Sublime Merge commands to VSCode/VSCodium.

To differentiate between other Sublime Merge plugins, this one isn't concerned with what workspace (multi or single) you have setup.

Whatever file you have open, it will traverse up the directory structure and find the appropriate .git repository.

Features

  • View File History
  • View Line History
  • Blame File

Command Palette

Command Palette

Explorer Context Menu

Explorer Context Menu

Editor Context Menu

Editor Context Menu

All commands are available in the Command Palette and Context Menus for the Explorer and Editor.

Installation

ext install adhamu.history-in-sublime-merge

Requirements

Ensure the smerge command is in your $PATH.

Details can be found here

Settings

history-in-sublime-merge.path

Edit this value to override the path to Sublime Merge. When not set, the default path, depending on the operating system, is used.

About

Show History of File in Sublime Merge in VSCode/VSCodium

License:MIT License


Languages

Language:TypeScript 95.0%Language:Shell 5.0%