I've spent about 3 days now trying to get this working but to no avail.
I'm fairly new to VS.NET extensibility and I find it hard to debug my problems.
I've already tried the code here presented: Visual Studio Add-In - adding a context menu item to solution-explorer
Couldnt make it work. Debugged it and no exception is being thrown. Plus I'd rather use an AddIn instead of a Package.
Anyone knows:
- How to obtain a list of all context menus in the solution explorer?
- How to add custom command groups to a context menu?
- How to add a custom command to one custom command group of a context menu?
Thanks in advance.