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

Intellisense on T-SQL keywords?

Am I missing something or does SQL Prompt not feature the auto-completion of T-SQL keywords?

I expected to be able to type SE <Ctrl-SPACE> and SELECT to appear.

Or is there some setting anywhere?
GHermans
0

Comments

1 comment

  • JeffKelly
    Hey GH!

    Your correct, it will not do this automatically... What it does is allow for intelisense for autocompletion of object names.

    select * from <pop up list of tables in your db.>

    You can however add a code snippet to do this.

    By default there are 2 created... I believe one is 'select * from'

    so if you type ssf<tab> it'll then insert the 'select * from' text and you can add to it.

    You can add more in the options area.

    hope this helps!

    (i've just starting using this product a few days ago to evaluate for some end-users and i'm loving it so far!!)
    JeffKelly
    0

Add comment

Please sign in to leave a comment.