Currently I create my custom menu item in .VSCT file as:
<Menu guid="guidCommand1PackageCmdSet" id="TopLevelMenu" priority="0x100" type="Menu">
<Parent guid="guidSHLMainMenu" id="IDG_VS_MM_WINDOWHELP" />
<CommandFlag>TextChanges</CommandFlag>
<Strings>
<ButtonText>VSCTSample</ButtonText>
<CommandName>VScodePrint</CommandName>
</Strings>
</Menu>
The above cause VScodePrint as follows:
Analyse VScodePrintWindows Help
I prefer to add my custom menu item after the last menu item on the main menu bar (i.e after Help). How do I do that?
Analyse Windows Help VScodePrint