简体   繁体   English

如何摆脱Visual Studio 2010中令人讨厌的代码提示?

[英]How do I get rid of annoying code tips in Visual Studio 2010?

When I first open Visual Studio 2010, I accidentally said "Yes" to help/code tips or something. 首次打开Visual Studio 2010时,我不小心说了“是”以帮助/编写提示或其他内容。 Now whenever I type code, I get these annoying pop-ups explaining what happened or trying to improve my code, etc. These help tips are making it difficult to code and causing Visual Studio to run slowly. 现在,每当我键入代码时,我都会得到这些烦人的弹出窗口,这些弹出窗口解释了发生的事情或试图改进我的代码,等等。这些帮助提示使编写代码变得困难,并使Visual Studio运行缓慢。

How do I disable them? 如何禁用它们?

令人讨厌的代码提示之一的示例

烦人的代码提示之一的另一个示例

Edit: my apologies for posting this. 编辑:对此表示歉意。 I did not realize it was off-topic. 我没有意识到这是题外话。 Does Stack Overflow have a proper place for questions about software tools such as IDEs? Stack Overflow是否在适当的地方解决有关IDE等软件工具的问题?

These are the help tips from CodeRush which is a IDE productivity tool from DevExpress. 这些是CodeRush的帮助提示, CodeRush是DevExpress的IDE生产力工具 You can disable it by going to your tools menu and select DevExpres->UnLoad 您可以通过转到工具菜单并选择DevExpres-> UnLoad来禁用它

在此处输入图片说明

Doing this will not only disable the smart tips, but the whole CodeRush. 这样做不仅会禁用智能提示,还会禁用整个CodeRush。

Personally, It is not annoying for me. 就我个人而言,这并不烦人。 This helps me to be more productive. 这有助于我提高生产力。 In a single statment " I love CodeRush to have in my VS environment " 在一个陈述中,“ 我喜欢在我的VS环境中使用CodeRush

The first of your images is a CodeIssue tip. 您的第一张图片是CodeIssue提示。

These can be toggled on and off via the first icon on the DXCore Visualize toolbar 可以通过DXCore Visualize工具栏上的第一个图标来打开和关闭这些功能

The second item (the 'What happened' popup) was likely triggered because of a choice made when running VS after installing CodeRush for the first time. 第二项(“发生了什么”弹出窗口)可能是由于首次安装CodeRush之后在运行VS时做出的选择而触发的。

It can be reversed through our options screen: 可以通过我们的选项屏幕将其反转:

  • Select DevExpress \\ Options 选择DevExpress \\选项
  • Locate the Core \\ Features page. 找到“ 核心\\功能”页面。
  • Uncheck the first option 取消选中第一个选项
  • Click Ok 点击确定

More detail regarding the 'What happened' popup can be found in this blog post on various CodeRush notifications. 有关“发生了什么”弹出窗口的更多详细信息,可以在此博客文章中的各种CodeRush通知中找到。

Note: This post refers to version 10.1.5 of CodeRush. 注意:这篇文章引用的是CodeRush版本10.1.5。 The latest version at the time of writing is 12.1.6. 撰写本文时的最新版本是12.1.6。

暂无
暂无

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

相关问题 如何获取Visual Studio 2010的Silverlight加载项和一些示例代码? - How do I get the Silverlight Add-On for Visual Studio 2010 and some example code? 如何消除MonoDevelop中恼人的ctrl +退格行为? - How do I get rid of the annoying ctrl+backspace behaviour in MonoDevelop? 如何摆脱 Visual Studio 中“[某些事件] 从未使用过”的编译器警告? - How do I get rid of “[some event] never used” compiler warnings in Visual Studio? 如何通过统一针对 Visual Studio 中错误的 .NET 框架来消除此错误警告 - How do I get rid of this error warning with unity targeting the wrong .NET framework in Visual Studio 更新数据库源后,如何让 Visual Studio 2010 刷新我的数据集? - How do I get Visual Studio 2010 to refresh my DataSet after I have updated the Database source? 如何让 Omnisharp 扩展在 Visual Studio Code 中工作 - how do I get the Omnisharp extension to work in Visual Studio Code 如何将发电机代码导入Visual Studio? - How do I get my dynamo code into visual studio? 在绘制控件后,如何将光标放回Visual Studio 2010 RC Windows窗体设计器中? - How do I get the cursor back in Visual Studio 2010 RC Windows Forms designer after drawing controls? 在调试Visual Studio 2010 MVC C#程序时如何从键盘获得输入? - How do I get input from the keyboard while debugging a Visual Studio 2010 MVC C# program? 如何在Visual Studio 2010中停止自动轮廓扩展? - How do I stop Auto Outline Expansion in Visual Studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM