Reputation: 1317
When I first open Visual Studio 2010, I accidentally said "Yes" to help/code tips or something. 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.
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?
Upvotes: 0
Views: 403
Reputation: 15741
The first of your images is a CodeIssue tip.
These can be toggled on and off via the first icon on the DXCore Visualize toolbar
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.
It can be reversed through our options screen:
More detail regarding the 'What happened' popup can be found in this blog post on various CodeRush notifications.
Note: This post refers to version 10.1.5 of CodeRush. The latest version at the time of writing is 12.1.6.
Upvotes: 2
Reputation: 218962
These are the help tips from CodeRush which is a IDE productivity tool from DevExpress. You can disable it by going to your tools menu and select DevExpres->UnLoad
Doing this will not only disable the smart tips, but the whole 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"
Upvotes: 4