Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper 9 Convert to LINQ: method syntax

I've been using Resharper (c#) for many years and found the automatic convert-to-linq-expression feature extremely helpful.

I've recently upgraded to V9 of resharper and it is now using linq query syntax rather than the method syntax which is my preference.

Does anybody know of any options to force resharper into using the method syntax? I've tried googling and look into resharper options but have found nothing. Any help would be appreciated.

Thanks.

like image 508
Andrew Thomson Avatar asked Nov 18 '15 14:11

Andrew Thomson


1 Answers

I think you can set preference in Re-Sharper from option menu. Go to Options -> Code Editing -> C# -> Context Option

enter image description here

Let me know how it worked for you..

like image 182
Shoeb Siddique Avatar answered Oct 16 '22 14:10

Shoeb Siddique