Why is Visual C++ lacking refactor functionality?

后端 未结 11 1309
慢半拍i
慢半拍i 2020-12-12 20:15

When programming in C++ in Visual Studio 2008, why is there no functionality like that seen in the refactor menu when using C#?

I use Rename constan

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 20:42

    Eclipse does few c++ refactorings including 'rename'. Check out this question here on StackOverflow.

    It is also possible to use Microsoft compiler with Eclipse. Check out here.

    Try Eclipse and see if it fits for you.

提交回复
热议问题