J-Fiz
J-Fiz

Reputation: 127

How to refactor across multiple projects in VS2008?

I have a master solution with many projects inside, mostly class libraries for my other applications to use. Early in the project I needed to change a class name inside one of my libraries but VS would not let me refactor the name over all the projects, just the original library project. Is there a add-in that can help me do this or will i just have to use the rename command and change it from project to project?

Upvotes: 0

Views: 131

Answers (1)

DotNetUser
DotNetUser

Reputation: 6612

You can also use resharper for doing this. http://www.jetbrains.com/resharper/ It has a more features than the VS refactor.

Upvotes: 1

Related Questions