在 Toad for Oracle 中刷新 Intellisense
我正在使用 Toad 10.5.1.3
我创建的新对象不会自动显示在智能感知下拉列表中。我知道唯一有效的方法是关闭 Toad 并重新打开它。一定有比这更好的方法!
如何刷新 Toad for Oracle 中智能感知下拉列表的缓存?
I am using Toad 10.5.1.3
The new objects that I create are automatically not showing up in the intellisense dropdown. The only thing I know works is to shut down Toad and reopen it. There's got to be a better way than that!
How do I refresh the cache for the intellisense dropdown in Toad for Oracle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Toad 缓存每个连接字符串的结果。
弹出窗口上有一个显示对象的按钮。只需单击它,它就会刷新缓存中的结果。
我发现的另一种方法是禁用 Toad Insight 结果的缓存。转到选项->编辑器->代码辅助并禁用“缓存代码洞察结果”。
当然,如果你的字典很慢,这会很糟糕。
Toad caches results per connection string.
There is a button on your popup that displays objects. Just click it and it will refresh results in cache.
Another way i found out for this is to disable caching of Toad Insight results. Go to options->editor->code assist and disable "cache code insight results".
Of course, this sucks if your dictionary is slow.