views:

106

answers:

3

I'm searching tool like ReSharper for C++. I want to have a more flexible refactoring tool than Visual Assist. It is really really good but if there exists a tool like ReSharper for C++, I want to know the tool's name.

+1  A: 

In this question a while back someone suggested "Refactor Pro", but this is 2008 there may be more modern tools that are better suited to what you are after.

http://stackoverflow.com/questions/196828/resharper-or-something-like-it-for-visual-c

kyndigs
Thanks man can it works on VS 2005?
ibrahimyilmaz
Yes, "Refactor! Pro" works in VS 2005, VS 2008 and VS 2010.
Alex Skorkin
+2  A: 

We use WholeTomate's Visual Assist X and are quite happy. The refactoring is okay (for C++) and it "repairs" Intellisense. Also, it adds the snippets (text macros with place holders like "function name") to VS which I use for adding formatted comments. Autocompletion works well. It's not as powerful as ReSharper but I would buy it again and again because Intellisense now works. (I started with VC6 and at least since then MS didn't get Intellisense working for C++...)

ur
A: 

There's also a completely free version of Refactor! for C++ . The difference between Refactor! for C++ and Refactor! Pro is in number of refactorings they provide. CodeRush, which contains another coding assistance functionality, supports C++ as well. There are 30 days trial versions.

Alex Skorkin