Refactoring tool for Erlang with Emacs and Eclipse integration
Refactoring tool for Erlang with emacs and Eclipse integration
wrangler$ wrangler start$ wrangler rename-function -oldname old_func -newname new_func -file module.erl$ wrangler extract-function -file module.erl -start 10 -end 20