使用 CDT for C++ 在 Eclipse 中重命名类的更舒适方式?

发布于 2024-12-07 02:15:56 字数 158 浏览 1 评论 0原文

我想知道是否有更简单的方法使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑丑阿 2024-12-14 02:15:56

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文