Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper breaking Visual Studio 2019 functionality

I have been using Visual Studio 2019 with Resharper. After last Visual Studio update I had to also reinstall Resharper. However, now VS functionality in some files doesn't work(Yes, VS functionality in some files working correctly, but in others not).

Here is the list of problems I noticed:

  1. Variable types not showing, instead it shows blank space:enter image description here
  2. Search for file not working
  3. Scroll bar is not working, indicator just freezes
  4. Line numbers are also lagging, it stays static while scrolling the page
  5. Sometimes, shortcut commands not work for the file

Info:

  • Visual Studio 2019 Community Edition Version 16.10.3
  • JetBrains Resharper 2021.1.2 built on 2021-04-20
  • Project environment: .NET Framework 4.6.1

I tried to fix/reinstall Visual Studio and Resharper, not fixed the problem. Visual Studio works fine If I disable Resharper

like image 530
renewss Avatar asked Jul 07 '21 14:07

renewss


People also ask

Does ReSharper work with Visual Studio 2019?

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

Does ReSharper slow down Visual Studio?

If you're running Visual Studio in a Windows virtual machine on your Mac using Parallels Desktop, ReSharper IntelliSense lists might be very slow to render.

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.


Video Answer


1 Answers

The only solution for me was updating Resharper to 2021.1.3 (Connor Stoop mentioned in comments)

like image 153
renewss Avatar answered Sep 21 '22 07:09

renewss