Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

toad for oracle autocomplete dropdown

Tags:

oracle

plsql

toad

Toad for Oracle has an autocomplete feature.. you type SELECT * FROM USER. and then press Ctrl+. and a drop down appears where you can choose from the objects available to you.

This functionality suddenly stopped. Now, instead of a drop down, it goes to the first default match. I have no idea what I did to change the behavior.

How do I restore the drop down functionality?

like image 972
Raj More Avatar asked Dec 26 '10 21:12

Raj More


2 Answers

In newer version of Toad, this option is under View -> Toad Options -> Editor -> Code Assist.

In older versions, this option is under Options -> Editor -> Code Assist.

The only time I have ever seen it autofill instead of providing a list is when there is only one table that matches though... What version of Toad are you using?

like image 184
Craig Avatar answered Oct 14 '22 09:10

Craig


I had the same problem, it was caused by a corrupt configuration file - try this answer and see if it works.

like image 20
Petteri Pertola Avatar answered Oct 14 '22 10:10

Petteri Pertola