Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper 9 "File Layout / Type Member Layout" without regions

Tags:

c#

resharper

I switched from R# 8 to R# 9. When I import my type members layout and then choose ReSharper -> Tools -> Cleanup Code... it will apply the ordering but no regions are visible. It simply reorders the items. So, how can I get my regions back?

like image 693
Alexander Schmidt Avatar asked Sep 29 '22 05:09

Alexander Schmidt


1 Answers

Got it. You have to use the designer and drag the region explicitely into your area like this:

Use regions

like image 187
Alexander Schmidt Avatar answered Oct 06 '22 20:10

Alexander Schmidt