erlang / erlide_eclipse

Eclipse IDE for Erlang
http://erlide.org
203 stars 70 forks source link

simple refactorings without wrangler #223

Open vladdu opened 9 years ago

vladdu commented 9 years ago

can we implement some simple refactorings without wrangler?

martinpritchard commented 9 years ago

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)

vladdu commented 9 years ago

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.