Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper sluggishness

I like ReSharper, but it is a total memory hog. It can quickly swell up and consume a half-gig of RAM without too much effort and bog down the IDE. Does anybody know of any way to configure it to be not as slow?

like image 293
Todd Williamson Avatar asked Sep 17 '08 14:09

Todd Williamson


People also ask

Why is ReSharper slow?

If there are too many edits in the current file, the editor can become slow because these highlightings often need to be recalculated. Although this is a helpful feature, we recommend disabling it, especially when working with large files.

How good is ReSharper?

ReSharper is a renowned productivity tool that turns Microsoft Visual Studio into a much better IDE. Both individual . NET developers and teams rely on ReSharper to write and maintain code in a more manageable and enjoyable way, adopt the best coding practices, and deliver higher quality applications faster.

How do I know if ReSharper is working?

The power of Alt+Enter icon, this means ReSharper has detected an error or other code issue and it can help you fix it. Press Alt+Enter to take advantage of this. For more information, see Quick-fixes for code issues. icon means an opportunity to quickly modify the code at the caret.

Does ReSharper Support VS 2022?

ReSharper 2022.2. 2 officially supports Visual Studio 2022, 2019, 2017, 2015, 2013, 2012 and 2010.


1 Answers

Turn off the on-the-fly compilation (which, unfortunately, is one of its best features)

like image 124
cynicalman Avatar answered Oct 02 '22 22:10

cynicalman