Supprt Quoted identifiers for prompting
If you go
SELECT * FROM sys.tables AS t
or
SELECT * FROM sys.tables AS [t]
then intellisense will happily carry on working correcly, with t. now showing object members.
However
SELECT * FROM sys.tables AS "t"
and
SELECT * FROM sys.tables AS 't'
both cause the intellisense to give up for the rest of the batch. All four identifier markups are valid (for now) and should be treated equally...
1
vote
![](https://secure.gravatar.com/avatar/39e2427850b21b239b99725a96c64808?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
SQL Prompt 6.3 resolves quoted identifiers correctly