Search Results

2
votes

How can I refactor C++ source code using emacs?

For somewhere in between refactoring tools and simple regex, since Emacs 22 you can embed arbitrary elisp expressions in your replacement text, which allows you to do incredibly powerful text manip …