sajalverma17 / GitBranchDiffer

A Visual Studio Extension that displays source files Added/Modified/Renamed between a base branch you choose to diff against, and the current working branch in your Git repo. The diffed files are shown in the Solution Explorer using a Solution Explorer Filter
MIT License
6 stars 1 forks source link

Add context menu button to open diff window #19

Closed sajalverma17 closed 3 years ago

sajalverma17 commented 3 years ago

This replaces the visual studio selection_change event to open diff window.

Using the selection_change event to trigger opening diff windows as too irratic for users (sometimes, VS would trigger this event for ALL items in solution after the filter is applied, leading to opening of hundreds of diff windows).

Replaced with a Button in the Context Menu for files when user Right-Clicks it.