Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable inplace renaming in Resharper?

Tags:

resharper

How to disable inplace renaming in Resharper? I find inplace editing very uncomfortable, compared to editing in Rename dialog.

like image 735
Andy Avatar asked Aug 21 '14 22:08

Andy


1 Answers

Are you talking about the in-place refactoring? If so, go to the Resharper Options menu and under the Code Editing tab click on Context Actions. Then just uncheck the box with the label "Apply in-place refactoring."

Hope this helps.

like image 162
Peter Avatar answered Nov 08 '22 21:11

Peter