Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio shows 'Configure settings to improve performance' notification for ReSharper

I am using Visual Studio Professional 2017 15.5.2 along with Resharper 2017.3.1. Every time I open VS, it throws notification

Configure settings to improve performance.

I tried ignoring this message but it gets thrown every time I start a new instance.

When this didn't worked, I clicked on message and it took me to Resharper Performance Guide options. I tried changing settings for Source Control plug-in in use.. I changed its value to Ignore but the message still persists.

2 Questions
1. What is slowing in Resharper for which VS throws this error?
2. Why is this not ignored by VS even though I have asked to ignore this?

enter image description here enter image description here enter image description here enter image description here

like image 328
Nikhil Agrawal Avatar asked Jan 05 '18 08:01

Nikhil Agrawal


People also ask

How make ReSharper faster?

Stale caches If you have recently updated ReSharper and observe performance degradation with solutions that were opened with previous versions, you can attempt to speed thing up by clearing the ReSharper caches and deleting the solution .

Does ReSharper work with Visual Studio 2022?

ReSharper now supports the release build of the new Visual Studio 2022. You will have access to the same rich feature set you are already used to having in other Visual Studio versions.

How do I reset ReSharper?

ReSharper can be suspended and resumed in the "Tools | Options | ReSharper | General" dialog. You may also map any keyboard shortcut for 'ReSharper_ToggleSuspended' command in the "Tools | Options | Environment | Keyboard" dialog.


Video Answer


1 Answers

Apparently setting all to 'ignore' is the answer.

https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000784870-How-do-I-turn-off-the-nagging-notifcation-Configure-settings-to-improve-performance

like image 143
pmcilreavy Avatar answered Sep 28 '22 05:09

pmcilreavy