I want to write AddIn for visual studio (2010). My goal is to add a menu item to the context menu of all .cs files in the solution explorer. Or maybe just in the context menu of the code window, although I prefer the first. I was browsing the Visual Studio extensibility website , but I have to admit that it's hard for me to find a tutorial on how to achieve what I want. I guess I really don't understand the VS extensibility model, to be honest.
So I thought that some of the smart people here must have tried this before, and I hope to save time by asking here instead of messing around in the dark.
Thanks in advance for your help.
source
share