Visual Studio Add-In - adding a context menu item to solution-explorer
- by jazbit
I'm developing my first add-in for Visual studio and we need to achieve this:
Add a context menu item to the solution explorer, that shows up for particular file types only (in our case - ".resx").
I've been googling for 2 days now, unable to find any tutorials or code-samples...