Im trying to rewrite our addin to an extension for SSMS 2016.
I cant seem to find a way to add a menu or command to the context menu of the object explorer
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?