Sql Prompt - Odd Inserts post suggestion selection
kermitforney
Posts: 3
I have a very odd issue I am trying to remedy. I have been using SQL Prompt for a while, but have never come across this issue.
Scenario:
When I type in a column name in a where clause the suggestion list appears and i select one using Tab, then the suggestion is placed as it should. Here is where it gets interesting, if I press space my cursor is moved to the beginning of the inserted column, erases the schema of the object and replaces the sechma name with the column name that was just accepted. Kind of difficult, but I will post an example below.
Before (after suggestion is accepted and placed in the query window )
dbo.tblServiceCallStores.datServiced
After (after the suggestion is accepted and space is pressed)
datServiced .tblServiceCallStores.datServiced
I have tried to change the insertion key several times to no avail. This is driving me insane. The only other option that works is to press escape before I press the spacebar.
Any help is greatly appreciated!
Scenario:
When I type in a column name in a where clause the suggestion list appears and i select one using Tab, then the suggestion is placed as it should. Here is where it gets interesting, if I press space my cursor is moved to the beginning of the inserted column, erases the schema of the object and replaces the sechma name with the column name that was just accepted. Kind of difficult, but I will post an example below.
Before (after suggestion is accepted and placed in the query window )
dbo.tblServiceCallStores.datServiced
After (after the suggestion is accepted and space is pressed)
datServiced .tblServiceCallStores.datServiced
I have tried to change the insertion key several times to no avail. This is driving me insane. The only other option that works is to press escape before I press the spacebar.
Any help is greatly appreciated!
Comments
Can you kindly check if SQL Server 2008 intellisense is switched off as SQL Prompt and SSMS native intellisense don't go along?
You can turn off SQL Server 2008 intellisense using the following settings:
Open Tools>Options>Text Editor>Transact-SQL>Intellisense. Is Intellisense disabled here?
Also if you click General under the Transact-SQL list is Auto list members and Parameter information not selected?
Kindly restart management studio after saving this settings and recheck it and try reproducing the issue?
Kindly let me know if this fixes the issue.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Anu, Thank you so much!!
I am glad that your issue is resolved
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com