Friday, May 22, 2009

ReSharper 4.5 - Tip #2 - Generate Members

One of the other developers on the team I'm on pointed out a very handy feature in R# yesterday. It is the "Generate Members" feature and can be accessed using Ctrl+Ins. This handy tool is like a central point to accessing the generation features in R#. The nice thing is that the generated members are placed at the current location and you can generate as many members as you like in one shot. This makes doing things like wrapping a bunch of private fields really easy. So, the next time you are using Alt+Enter (Quick Fix) to generate some code using R#, consider using Alt+Ins and see what it can do.

No comments: