How can we help you today? How can we help you today?

Feature request: local variables

This isn't a bug, but just a nice to have.

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.
lysp
0

Comments

1 comment

  • Tilman
    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
    Tilman
    0

Add comment

Please sign in to leave a comment.