简体   繁体   English

Oracle Visual Studio 开发工具,如何设置智能感知

[英]Oracle Developer Tools for Visual Studio, how to setup intellisense

I'am staring using Oracle Developer Tools for Visual Studio Code but miss something versus what i did in past with sql server tools:我正在使用 Visual Studio Code 的 Oracle 开发人员工具,但与我过去使用 sql 服务器工具所做的相比,我错过了一些东西:

Let's say i have a table whit this name假设我有一张这个名字的桌子

T_PREFIX_TABLENAME T_PREFIX_TABLENAME

I'am used to type part of TABLENAME and find it: simply typiyng "TABL" make intellisense working and finding corrispondent result with a like operation, with ODT this does not work and i have to type the initial part of the table name to find it, let's say "T_PREFIX_TABL" to find same results Since all table have a long common prefix (databas is not mine so cannot change this) i have to write large part of text making intellisense quite unuseful.我习惯于输入 TABLENAME 的一部分并找到它:只需输入“TABL”即可使智能感知工作并通过类似操作找到对应的结果,使用 ODT 这不起作用,我必须输入表名的初始部分才能找到它,让我们说“T_PREFIX_TABL”来找到相同的结果因为所有表都有一个很长的公共前缀(数据库不是我的,所以不能改变这个)我必须编写大部分文本,使得智能感知非常无用。

I try even Oracle Developer Tools for Visual Studio 2019 with visual studio 2019 professional but in this case intellisense simple does nothing.我什至尝试使用 Visual Studio 2019 Professional 的 Visual Studio 2019 开发人员工具 Oracle 开发工具,但在这种情况下,intellisense simple 什么都不做。

I try other way: drag & drop table or comlumn from server explorer to query windows but in visual studio 2019 an entire select query in created while in vs code nothing appens.我尝试其他方式:从服务器资源管理器拖放表或列以查询 windows 但在 Visual Studio 2019 中,创建了整个 select 查询,而在 vs 代码中没有出现任何内容。

Is there a way to have intellisense smart like the sql server tools one's?有没有办法让智能感知像 sql 服务器工具一样智能?

Thanks谢谢

I believe this issue with autocomplete incorrectly doing a "begins with" search, was a bug introduced in Oracle Developer Tools for VS Code version 19.3.3.我相信这个自动完成错误地执行“开始于”搜索的问题是Oracle VS Code 开发工具版本 19.3.3 中引入的一个错误。 It has since been fixed in 19.3.4.它已在 19.3.4 中修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 适用于Visual Studio 2017(ODT)的Oracle开发人员工具 - Oracle Developer Tools for Visual Studio 2017 (ODT) Oracle开发人员工具(ODT)和Visual Studio集成 - Oracle Developer Tools (ODT) & Visual Studio Integration 用于visual studio .net错误的Oracle Developer Tools - Oracle Developer Tools for visual studio .net errors odac 设置错误 ins-50013 Oracle Visual Studio 开发工具 .NET 错误 - odac setup error ins-50013 Oracle Developer Tools for Visual Studio .NET Error 将Oracle Developer Tools与Visual Studio的Source Control结合使用 - Using Oracle Developer Tools with Source Control for Visual Studio 适用于Visual Studio 2017的Oracle Developer Tools安装无法启动 - Oracle Developer Tools for Visual Studio 2017 installation failed to start 无法正确安装 Visual Studio 2019 的 Oracle 开发人员工具 - Oracle Developer Tools for Visual Studio 2019 can not be installed properly 安装 Oracle Developer Tools for Visual Studio 2017 时出错 - Error installing Oracle Developer Tools for Visual Studio 2017 Oracle开发人员工具(ODT)和Visual Studio 2017集成 - Oracle Developer Tools (ODT) & Visual Studio 2017 Integration 适用于Visual Studio 2017的Oracle开发人员工具:VS2017 PRO中的错误消息 - Oracle Developer Tools for Visual Studio 2017: Error Message in VS2017 PRO
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM