I've got a new menu option for my Visual Studio 2010 extension (made with the Package SDK, .vsix). I'd like it to appear just after the Attach to Process options, preferably in the same menu group. There's documentation on the existing menu groups but that doesn't seem to include the groups I'm looking for.
There's also a priority
attribute in the .vsct declaration XML; does that control the ordering of the menu options and groups? If so, where can I find the priority of existing Visual Studio menu options?
Got an answer on the Visual Studio forums. The steps as I understand them: