使用 CDT for C++ 在 Eclipse 中重命名类的更舒适方式?
我想知道是否有更简单的方法使用 CDT 来完成此重构任务。不仅仅是简单的重命名,还包括头文件和源文件的重命名,更正所有#include
语句,重命名其他类中的成员属性等等。
不知道是否可能,或者是否必须在所有项目文件中摸索,或者是否有一个可用于此目的的外部工具?
I'm wondering if there's an easier way using CDT for this refactoring task. Not only a simple renaming, also a rename of header and source files, correcting all #include
statements, rename member-attributes in other classes and so on.
Don't know if it's possible or if one has to fumble around in all project files, or is there an extern tool which is useful for this purpose?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Alt+Shift+R 可以执行所有操作,但它不会更改 .cpp 和 .h 文件的文件名。
其他的一切都是通过这个操作完成的。
The Alt+Shift+R does everything except it doesn't change the filenames of .cpp and .h files.
Everything else is done by this operation.