5

Just like eclipse does, extracting function, renaming a variable, and so on

3 Answers 3

2

CEDET has some features like what you're looking for.

Sign up to request clarification or add additional context in comments.

3 Comments

AFAIK CEDET has no refactoring tools built in, in fact looking at your link there is no reference to such tools at all.
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.
I wasn't previously aware of CEDET and, while it may not directly address the original question, it looks very appealing.
1

The only answer seems to be xrefactory from http://www.xref.sk/xrefactory/main.html

Comments

1

There is nothing as advanced as Eclipses's refactoring tools for emacs, the best you have is search/replace with well crafted regular expressions.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.