You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
xEsteem
changed the title
Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ
Provide alternative to IDM_VS_CTXT_XPROJ_MULTIPROJ and IDM_VS_CTXT_XPROJ_MULTIFOLDER
Oct 30, 2021
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.
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.
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
The text was updated successfully, but these errors were encountered: