Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有很多头文件,里面有很长的方法实现。
有自动的方法吗?
一个接一个可能需要很多时间...
谢谢。
如果您使用的是 Visual Studio,则有一个名为Visual Assist的加载项可以帮助您执行此操作。我在工作中使用它,它真的很有帮助。
不幸的是,这个插件不是免费的,但你可以安装试用版来做你的东西并测试它。
KDevelop 也有这样的能力:
右键单击方法 -> 重构 -> 移动到 cpp
在 Eclipse CDT 中,它的组合是Alt+Shift+T
Alt+Shift+T
DevExpress Refactor 有一个免费版本!对于具有两个可能满足您需求的自动“重构”的 C++ :
重构参考链接