摆脱 Visual Studio 2008 中的疯狂箭头和自动完成功能

发布于 2024-11-07 05:57:10 字数 196 浏览 0 评论 0原文

我是 Visual Studio 的新手,我只是想尽可能高效地编写代码。我喜欢智能感知和一些基本的自动完成功能,但我不断收到这些巨大的对角箭头,它们弹出来试图向我解释一些东西,并假设整个代码块并为我插入它。它会减慢 Visual Studio 的速度,并且真正妨碍编写我真正想要的代码。我已经用谷歌搜索了好几次了,但我不知道它叫什么,更不用说如何禁用它了。有人可以帮忙吗?谢谢!

I'm new to Visual Studio, and I'm just trying to write code as efficiently as possible. I love intellisense and some basic auto complete functions, but I keep getting these huge diagonal arrows that pop up trying to explain something to me, and assuming entire blocks of code and inserting it for me. It slows down Visual Studio, and really gets in the way of writing the code that I actually want. I've Googled this several times, and I can't figure out what it's called, much less how to disable it. Can someone please help? Thanks!

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

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

发布评论

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

评论(1

纵情客 2024-11-14 05:57:10

这听起来不像 Visual Studio,而是像 CodeRush 这样的插件。开始禁用它们,看看是哪一个。

编辑:就其价值而言,我现在正在使用 CodeRush,而且我很喜欢它(在禁用了大部分自动更正功能之后)。当您嵌套 lambda 时,显示代码块的彩色条会令人惊叹,并且代码分析器非常擅长显示未处理的对象、未引用的变量等。

That doesn't sound like Visual Studio, that sounds like an addon like CodeRush. Start disabling them to see which one it is.

Edit: For what it's worth, I'm using CodeRush right now and I'm loving it (after disabling most of the auto-correct stuff). The colored bars that show code blocks is amazing when you have nested lambdas and the code analyzer is pretty good at showing undisposed objects, unreferenced variables etc.

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