摆脱 Visual Studio 2008 中的疯狂箭头和自动完成功能
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来不像 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.