Just like eclipse does, extracting function, renaming a variable, and so on
3 Answers
CEDET has some features like what you're looking for.
3 Comments
hhafez
AFAIK CEDET has no refactoring tools built in, in fact looking at your link there is no reference to such tools at all.
robert
The "Find References" link would be helpful when refactoring. I do not know of actual refactoring tools for Emacs, but I thought I'd reference the closest thing I knew of.
Jon Trauntvein
I wasn't previously aware of CEDET and, while it may not directly address the original question, it looks very appealing.