I'm not a regular at Visual Studio extensions and am having trouble finding the class\interface names that I need to extend. What I want to do is have a menu item appear in the context menu when code has been selected and the user right clicks. Then when they click on the menu item I add, the extension will do a transformation on the text.
Would anyone know of a super simple sample that already does similar?