Most of the DXCore/CodeRush plugins I write are Tool Window plugins like CR_Documentor or are plugins you'd bind to a hot key like CR_JoinLines. For Tool Windows, DXCore automatically gives you menu integration... ...and for hot key plugins, you don't need it. But sometimes your plugin isn't really a tool window, or maybe you need to integrate into a different menu, like the standard "Tools" menu. I'll show you how to do that. Before you begin, consider if you really need this. It's not hard to add, but if you're like me, you already have a...