Im trying to rewrite our addin for SSMS 2014 to an extension for SSMS 2016.
I can't seem to find a way to add a menu or command to the context menu of the object explorer.
On the Microsoft website I can find lots of id's for all the windows (https://msdn.microsoft.com/en-us/library/cc826118.aspx) but not for the object explorer (object browser is a different window)
For the solution explorer I can use the following in the vsct file:
<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_SOLNNODE"/>
Can anyone tell me the id for the object explorer context menu?