How to make renaming easier | apply naming style to all members in the my class namespace |

We started using Resharper 4.5 and the naming style functionality that comes with it. There is a tedious job applying naming styles.

What I would like is to apply styles and / or their name elements as part of my code cleanup profile.

Any1 knows how to do this, or at least less tedious work than spaming + PgDown, + +?

+1


a source to share


3 answers


This is not worth it for legacy code. I suggest you start using the new style for new code and slowly port your existing code.



+1


a source


Macros will be my suggestion, you can handle this with macros.



0


a source


VisualAssist can help you a lot with renaming / refactoring (you can download a trial version from http://www.wholetomato.com ). However, this is not something to enforce your coding rules.

0


a source







All Articles