Delay in fecthing

l536026

Member
When I say "select * from username." it wait to resolves all the object within that username when I say "." and I dont want PL/SQL Developer to delay fetching me all the object as I already know which object I want. Is there any setting which will get rid of this delay????
 
During the delay the Code Assistant is trying to determine the objects owned by . To avoid this, you can modify one of the following preferences under Tools > Preferences > Code Assistant:
[*] Delay (ms) - The number of milliseconds that the editor will wait before it displays the Code Assistant List. Setting this higher will give you more time to continue typing after the period.

[*] Describe users - Determines if the objects owned by a user are listed when you type a username followed by a period.

[*] Automatically activated - You can choose to manually activate the Code Assistant through a function key (default = F6).
[/list]

------------------
Marco Kalter
Allround Automations
 
Back
Top