Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GIMNew to Visual Studio Code? Get it now.
GIM

GIM

lee donghyun

|
3 installs
| (0) | Free
Git helper extension for opening file diffs and navigating revisions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GIM

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

Preview

GIM 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)

  1. npm run package
  2. npm run publish

If needed, create a Personal Access Token and authenticate with vsce login <publisher>.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft