views:

154

answers:

1

I mean, I have an add-in that will be applied to a given project. I'd like to know if it's possible to add a menu item for my add-in to the context menu that appears when you right click any project in the solution explorer.

+1  A: 

Yes. It's possible. Is that all you wanted to know?

The Visual Studio Extensibility Developer Center is your starting point for all VSX work. Start by downloading and installing the Visual Studio SDK, looking at the examples and documentation it contains.

Then, feel free to return to StackOverflow to start a more specific question.

John Saunders
up vote for that...
d1k_is
Well, I'd like to know how to add it to that context menu, then. I've seen it is easy to define if I want to add my add-in to the Tools, Test, menu etc. But I can do this because I know their names. How should I proceed so I can add it to the project's right click context menu?
devoured elysium
First, please edit your question when you add more information like the above.
John Saunders