Comments
1 comment
-
Hi,
Thanks for posting.DECLARE @... [ctrl-space]
Should come up with a list of types.
It's on our list of things to do.Variables should come up in candidate list for joins, fields, etc once created.
Also on our list.One other thing (speaking crazy), if a variable comes up with a similar name to a field in the current scope, create an auto complete for that.
That's an interesting idea. I will add it to the list, although i'm not very hopeful it will get done for this version.
Regards,
Tilman
Add comment
Please sign in to leave a comment.
DECLARE @... [ctrl-space]
Should come up with a list of types.
Variables should come up in candidate list for joins, fields, etc once created.
One other thing (speaking crazy), if a variable comes up with a similar name to a field in the current scope, create an auto complete for that.
eg. You have a field called: CustomerFirstName
When you type @Cus[ctrl-space] it could come up with that as a candidate.