开发者

Support for C++ refactoring in VS (auto-updating references and header/cpp)

In Visual C# I can rename an entity at its definition, and with two clicks all references to that entity get updated. How do I do this in Visual C++? If it's not supported, is there another IDE that supports it?

Note that in the C++ case I also want automatic header/implementation synchronization, so I hardly ever need to do duplic开发者_开发问答ate work.


VS won't do it alone, but with an add-in like Visual Assist X (Whole Tomato Software) it does quite nicely.


There is Refactor for Visual C++ 2005 (http://msdn.microsoft.com/en-us/visualc/bb737896.aspx).

Oh, there is similar topic on StackOverflow: Is there a working C++ refactoring tool? - check it!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜