GIM
GIM is a VS Code extension that opens Git diffs for the current file and lets you move between revisions quickly.
Preview

Features
- GIM: Open Changes
Opens a diff between HEAD and the working tree for the active file.
- GIM: Previous Diff
Moves to an older revision diff for the same file.
- GIM: Next Diff
Moves back toward newer revision diffs.
All commands are available from the editor title menu.
Requirements
- Git must be installed and available in
PATH.
- The file must be inside a Git repository.
Build
npm install
npm run compile
Package & Publish (VS Code Marketplace)
npm run package
npm run publish
If needed, create a Personal Access Token and authenticate with vsce login <publisher>.
| |