Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper region options on Alt+Insert

Tags:

c#

resharper

How can I set Resharper to wrap, say, the generated equality members with regions when selected from the Alt+Insert menu?

Thanks

like image 468
reshefm Avatar asked Dec 08 '22 08:12

reshefm


1 Answers

there is usually a "wrap in regions" option towards the bottom of the dialog box, but not for this one. I would submit that to JetBrains as a request. For the time being, you'll have to select the generated methods and use the ctrl->E,U,5 (surroundwith shortcut) to get the expected result.

like image 166
Bless Yahu Avatar answered Dec 24 '22 21:12

Bless Yahu