Comments
1 comment
-
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!!)
Add comment
Please sign in to leave a comment.
I expected to be able to type SE <Ctrl-SPACE> and SELECT to appear.
Or is there some setting anywhere?