toad for oracle 自动完成下拉菜单
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4535428/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
toad for oracle autocomplete dropdown
提问by Raj More
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.
Toad for Oracle 具有自动完成功能。您键入SELECT * FROM USER.
然后按Ctrl+.会出现一个下拉列表,您可以在其中从可用对象中进行选择。
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?
如何恢复下拉功能?
采纳答案by Craig
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?
此选项位于选项 -> 编辑器 -> 代码辅助下。我唯一一次看到它自动填充而不是提供列表是当只有一个表匹配时……您使用的是什么版本的 Toad?
回答by Petteri Pertola
I had the same problem, it was caused by a corrupt configuration file - try this answerand see if it works.
我遇到了同样的问题,它是由损坏的配置文件引起的 - 试试这个答案,看看它是否有效。