标签: c++ emacs refactoring
就像eclipse一样,提取函数,重命名变量等等
答案 0 :(得分:2)
CEDET有一些功能,比如你正在寻找的东西。
答案 1 :(得分:1)
没有像Eclipses的emacs重构工具那样先进,你最好的是用精心设计的正则表达式搜索/替换。
答案 2 :(得分:1)
唯一的答案似乎来自http://www.xref.sk/xrefactory/main.html
xrefactory