Visual Studio Extension Development: How reference pending changes window

user8053329

i need to develop a Visual Studio Extension, but even if looked around i didn't find a sample on how reference VS tool window (in my case pending changes) to customize it and add some extra features.

Could someone maybe give a an hint or url where i can look for this ?

Thanks in advance

Zhanglong Wu - MSFT

Since you pending changes is a Team Explorer Tool Window, If you want to add custom button to Team Explorer, please refer to:

https://social.msdn.microsoft.com/Forums/en-US/198f36bf-0606-4b99-b736-1a786cdf5183/how-to-add-a-custom-button-in-teamexplorer-queryresultgrid-toolbar-and-workitem-toolbar?forum=vsx

If you want to add other features, I would suggest that you can create a custom tool window, add the feathers as you want, Get the Pending Changes information via IPendingChangesExt , and here is a sample about HOWTO: Get the Pending Changes in the Team Explorer of Visual Studio from a package

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Visual Studio - how to ALWAYS show pending changes

Visual Studio - How to search in pending changes files?

See Pending Changes in Visual Studio

Pending Changes Visual Studio 2013, Git repository

Visual Studio Code - Group pending changes by folder

Visual Studio 2017 Extension Development

How to modify name in Properties Window Object List for Visual Studio extension

How can I add a button to a window for a Visual Studio Extension?

How to add an icon for tool window in visual studio extension

How can I get my changes back after clicking "Undo pending changes..." in Visual Studio 2013 and TFS

Visual Studio 2013 Pending Changes does not include newly added item

Exclude Files of a certain type in Visual Studio Pending Changes

Visual Studio 2017 Prevent Ignore of Packages folder on pending changes TFVS

Visual Studio Code Extension Development: How can I display code inside my extension view?

Visual Studio IDE how to build and view changes in browser without opening a new tab or window?

Visual studio how to open file and not diff window in team explorer changes git

GIT remote extension on Visual Studio - showing tons of unknown Changes

Use double-click to see diffs for pending changes using VisualSVN in Visual Studio 2015

AnkhSVN pending changes window throws error

Use HTML files in Visual Studio Code extension development

Visual Studio extension window not showing up when debugging

WPF modal window in Visual Studio Extension blocking input

Losing Window focus in own Visual Studio extension (using EnvDTE)

Is it possible to modify the visual studio callstack window context menu in an extension?

Visual Studio Extension: Track when new code window is opened?

Is there a Visual Studio extension that adds Find window like in WebStorm?

How to undo pending changes with git?

How to automate transition of parent issue in Jira as soon as the Child issue changes status from "Pending" to "In Development"?

Visual Studio 2015 Application properties window null reference error