jzoss / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.
https://github.com/jzoss/Git-Source-Control-Provider
GNU General Public License v2.0
78 stars 26 forks source link

Don't see al changes! #107

Open scascalesageinfoes opened 6 years ago

scascalesageinfoes commented 6 years ago

I have 1 project with changes sshot-969

When add this project to another solution i can't see the changes in panel: sshot-968

Thank!

Weboholics commented 6 years ago

I think we have the same basic issue. We want to see changes from ALL repos in one place. Example if you have a Solution with 5 projects containing 5 git repositories, we want the plugin to be able to show information about ALL repositories at the same place. Today you can switch between repositories at the bottom right corner of VS.

Possible solution.

  1. Add menu item "all" into the repository switcher.
  2. Make menu item "all" the default menu item.
  3. When restarting Visual Studio instance - reset menu item to "all"
  4. In the "Change files" sub-window show all files grouped by repository; enable multiple select containing files from all repositories.