如何在vb.net中按空格键时禁用自动完成智能

发布于 2024-10-31 06:53:43 字数 241 浏览 3 评论 0原文

在 vb.net 中创建测试时,我发现当您开始键入时,自动完成功能会将类更改为类似的外观,即使它是您不想要的类,这非常烦人。

图片说明: 控制器尚未创建

在图片中你可以看到我正在尝试设置一个控制器(该控制器目前不存在) )所以当我按空格键时我会得到 DienstControllerFacts。

如何禁用这种自动更正?

While creating test in vb.net i found it pretty annoying when you start typing and autocompleet changes a class to something similar looking even it is a class you don't want.

Image to illustrate :
Controller not created yet

In the picture you can see I am trying to setup a controller (this controller does not exist at the moment) so when i press the spacebar i will get DienstControllerFacts.

How do you disable this sort of auto-correction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

探春 2024-11-07 06:53:44

您是否尝试在智能感知窗口中选择“公共”选项卡而不是“所有”选项卡?

Did you tried to selecting Common tab instead of All tab in the intellisense window?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文