Change right-click context menu options in VS2008

Posted by Mark Ursino on Stack Overflow See other posts from Stack Overflow or by Mark Ursino
Published on 2009-12-01T21:15:39Z Indexed on 2010/04/06 4:03 UTC
Read the original article Hit count: 234

When I right-click in my class library, I get some quick options to create things, like an Item from the popup list (New Item...), a User Control, etc. E.g.

alt text

Now in my web app project, I'd like to be able to get the User Control listed in the right-click menu just like Component and Class, so I don't have to click New Item... then choose it from there.

alt text

Is there a way to do this in the configuration? I can't seem to figure it out in VS.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about customization