More intelligent Context Menus in Visual Studio 2008 Database Projects

Posted by Mike C. on Stack Overflow See other posts from Stack Overflow or by Mike C.
Published on 2011-10-07T15:02:21Z Indexed on 2011/11/12 1:51 UTC
Read the original article Hit count: 144

Filed under:

I'm using a SQL Server 2008 Database Project, and I'm finding it's very cumbersome to add certain items. For example, if I right click on Tables => Keys and navigate to the Add item, I'd expect to see the different kinds of keys that I can add. Instead, I see the stock items that don't apply, and I'm forced to navigate the Add New Item screen to find Primary Key.

Is there a way to make this more efficient? I have Resharper; can I leverage templates somehow (kind of a noob with these). Thanks!

© Stack Overflow or respective owner

Related posts about visual-studio-2008