Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Encapsulate multiple properties at once using Resharper 4.0

When using Resharper to encapsulate a class's properties, is there a way to get it to do more than one property at a time?

like image 291
javelinBCD Avatar asked Aug 29 '08 22:08

javelinBCD


1 Answers

You might or might not already know this (R# does suffer from a lack of discoverability, unless you get the one-page key-shortcut page printed out), but ALT-INS opens a box which can at least mass-generate properties for fields.

Not sure if that's any use - it's not the same as a retrospective encapsulation.

like image 172
Will Dean Avatar answered Nov 16 '22 21:11

Will Dean