Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper 8 slows down the vs 2013 razor editor

I having problems with resharper in visual studio 2013 razor editor. Trying to move to another line of code with mouse gets about 1 sec to complete. Moving with arrows is a bit faster. Intelisense and code completion is very slow also. I'm using an Core i7, 12GB DDR3, RAID0 SSDs PC. Any help would be appreciated. Thank you.

like image 938
dseferlis Avatar asked Jan 03 '14 06:01

dseferlis


1 Answers

I had the same problem. I manage to solve this by following the steps in this blog.

I didn't have to do all of the steps. The step that "saved" me was

Disable "Rich client visual experience" in the "Options - Environment". Here's how that settings page should look:screenshot

I hope this will solve your problem.

like image 125
Daniel Avatar answered Nov 10 '22 00:11

Daniel