Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper autocompletes the wrong method

Resharper correctly suggests and preselects the generic version of method I want to complete. However after hitting 'Enter' it autocompletes another method.

Correctly preselected method

Wrong method is completed

enter image description here

How is this possible and how can I fix this ?

Resharper 10.0.2

Visual Studio Community 2015 Update 1

Unity 5.3.1f1

like image 210
jellyfication Avatar asked Jan 11 '16 18:01

jellyfication


People also ask

How do I reset ReSharper?

ReSharper can be suspended and resumed in the "Tools | Options | ReSharper | General" dialog.

Does ReSharper work with VS 2022?

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

Does ReSharper slow down Visual Studio?

Resharper is a great Visual Studio productivity extension but on the other hand it slows down significantly the IDE, especially when working with large solutions.


1 Answers

Seems like you experience the same R# bug as described in the following YouTrack ticket. Such issue has been fixed in R# 10.1 branch and will be available in ReSharper 10.1 release.

like image 180
Alexander Kurakin Avatar answered Oct 04 '22 12:10

Alexander Kurakin