VsixCommunity / Community.VisualStudio.VSCT

Community toolkit for VSCT files used in Visual Studio extensions
Other
13 stars 4 forks source link

Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ and IDM_VS_CTXT_XPROJ_MULTIFOLDER #6

Open xEsteem opened 2 years ago

xEsteem commented 2 years ago

I'm using 16.0.29.6 and i can't seem to find an alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ which is the id for the context menu that appears when you have multiple projects selected and IDM_VS_CTXT_XPROJ_MULTIFOLDER which is the id for the context menu that appears when you have multiple solution folders selected

ArcanoxDragon commented 2 years ago

It doesn't look like any of the context menus are exposed. The image preview on CodeWindow in the VSMainMenu GUID seems to suggest it should be the parent menu for groups in the Code Window context menu, but it has an ID of 0x0499 in VSGlobals.vsct whereas IDM_VS_CTXT_CODEWIN is defined as 0x040D in vsshlids.h. There's no alias for 0x040D in VSGlobals.vsct.

CZEMacLeod commented 2 years ago

You might get more traction raising this issue either in the main toolkit repository, or in the VsctIntellisense extension repo (which is where all the tooltip images are stored). Whilst this repo contains the VSGlobals.vsct file itself, I can only really help with issues surrounding the MSBuild and integration with the VSSDK.