Provide access to the scm context menu in visual studio as a right click on the file tab
This is the same scm context menu you get when right clicking on a file in the solution explorer but means you don't have to navigate to the file to do this operation. You'd just right click on the file tab instead.
The same menu can be accessed from the Visual Studio editor context menu, just under the file tab
-
Hello,
the SCM context menu is not available on the file tabs, but as a Visual Studio editor context menu entry. The editor context menu can be displayed just under the file tab.
We hope this will help you.
-
Dan commented
This would be very useful; far more useful than where this functionality is currently available. I'm debugging/editing source (which is rarely done by opening files via the solution explorer) and I want to 'blame' a line of code or find out who to speak to for some file. I have the source open there but I can't 'blame' or find out 'who touched it last' without inspecting the file's full path and then figuring out where to find it in the solution explorer.