What Visual Studio add-ins do you use for C++ refactoring?
- by Minyu
I have just started using Visual Assist X for C++ refactoring in Visual Studio 2008. It is quite good, but IMO, not to the same level as what ReSharper has for C#. I am wondering what people are using for C++ refactoring, especially for larger code base.
Here are the add-ins that I have tried so far:
* Visual Assist X
* Refactor! Pro
Meanwhile, does anyone know if Visual Studio 2010 will have any real C++ refactoring tool built in?
Many Thanks!
Minyu