I'm using Toad version 11.0.0.116. I'm not getting default tablename options when I start typing table. How to turn the autocomplete feature on??
Asked
Active
Viewed 5.1k times
3 Answers
61
Pressing Ctrl + . should show you a list of available tables.
For example typing:
SELECT * FROM U
and then pressing Ctrl + . should show you a list of all the tables starting with "U"

Andrea
- 11,801
- 17
- 65
- 72
-
1Thanks! This works for other stuff, not just tables! Amazing! – AnimNations Nov 08 '17 at 15:14
-
1Jesus christ the years wasted I've been using toad and never thought to try that! – codinglifestyle May 03 '19 at 07:57
-
Something that must be known by the world. – Jean Jimenez Mar 16 '23 at 14:00