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 duplicate work.
VS won’t do it alone, but with an add-in like Visual Assist X (Whole Tomato Software) it does quite nicely.