erlide_eclipse icon indicating copy to clipboard operation
erlide_eclipse copied to clipboard

simple refactorings without wrangler

Open vladdu opened this issue 10 years ago • 2 comments

can we implement some simple refactorings without wrangler?

  • rename (local, at least)
  • extract variable
  • extract function

vladdu avatar May 21 '15 07:05 vladdu

Also, rename module - would be nice if it renamed the -module directive at the top of of the .erl file. Rename variable would be extremely useful, especially for records (I'm thinking gen_server #state records in particular)

martinpritchard avatar Jun 08 '15 18:06 martinpritchard

Yes, thanks. The current model of the code is not fit for these refactorings, but I hope that I will be ready soon with an improved code base that allows that.

vladdu avatar Jun 08 '15 18:06 vladdu