Code Completion of SQL Statements in 2005

Will the new tools for SQL 2005 give us code completion of SQL Statements, e.g. if I type the following sql

USE pubs
GO

SELECT pub.
FROM   publishers AS pub

When I type the "pub." will I see a list of the available columns in the publishers table.  This type of feature has been available in TOAD for years and years, will SQL Server programmer finally get this in the 2005 release.

Cheers,

Colin



Answer this question

Code Completion of SQL Statements in 2005