To make the intellisence features of SQL Prompt consistent with that of Visual Studio IDE, I think, one change is required.
Think of a situation when SQL Prompt is running in background and when we are typing sql queries in Sql Server Magement Studio. Typing in a dot after an object name gives a list of choices. Now, to choose a option we need to press Enter key.
However, it would be convenient for developers if they could insert one of the choices by pressing SPACE BAR or any other keys like that of Visual Studio IDE.
Think of a situation when SQL Prompt is running in background and when we are typing sql queries in Sql Server Magement Studio. Typing in a dot after an object name gives a list of choices. Now, to choose a option we need to press Enter key.
However, it would be convenient for developers if they could insert one of the choices by pressing SPACE BAR or any other keys like that of Visual Studio IDE.