Add context meu item to all files and folders in the solution explorer using vspackage
问题 I want to add a menu item to the context menu of all the files and folders in the solution explorer. I was able to add my menu item to the project node with this entry in the vsct file.. <Menu guid="guidERAPackageAlphaCmdSet" id="ERAInsightMenu" priority="0x0700" type="Context"> <Parent guid="guidSHLMainMenu" id="IDG_VS_CTXT_PROJECT_ADD" /> <Strings> <ButtonText>ERA Insight</ButtonText> <CommandName>ERA Insight</CommandName> </Strings> </Menu> I want to get this in the context menu of all