Visual Studio 2013/Intellisense SQL Complete

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Jiffy
Posts: 3
Joined: Wed 11 Jun 2014 15:13

Visual Studio 2013/Intellisense SQL Complete

Post by Jiffy » Mon 23 Jun 2014 15:30

How do I get intellisence for a database in an SSDT project inside of Visual Studio 2013? I have opened the database up in Server Explorer, I have set the connection string for debugging at the project level, and yet when I write "select * from ___" none of the tables in the database show. It is like the context isn't set to the database (perhaps defaults to master). How do I configure SQL Complete in Visual Studio to point to a SQL DB locally for intellisense? Thanks.

alexa

Re: Visual Studio 2013/Intellisense SQL Complete

Post by alexa » Mon 23 Jun 2014 15:49

Please note that dbForge SQL Complete doesn't support the specific visual editors of SSDT. We are planning to support them in one of the next versions of the product. Though, SSDT is supported in dbForge SQL Complete when working with ordinary SQL documents of Visual Studio.

Jiffy
Posts: 3
Joined: Wed 11 Jun 2014 15:13

Re: Visual Studio 2013/Intellisense SQL Complete

Post by Jiffy » Wed 25 Jun 2014 16:35

Ok, thanks. This is a feature required for me and my team to continue with the product.

Post Reply