Intellisense Support in Visual Studio
One of the cool features coming in Connector/NET 6.5 is the support in Visual Studio 2010 of Intellisense for MySql files.
As you probably know, the capability of editing mysql files (in the way of both .mysql raw files included in the solution and stored procedures/functions from Server Explorer) has been around for a while, yet a missing piece of the puzzle was to have advanced completion of sql statements in those files… until now.
Let’s explore the set of features currently implemented as part of Intellisense support.
Note: For completion intellisense features to work a database connection must be properly configured, see images below
|
For Server Explorer items, the connection is the root … |