wrangler

Refactoring tool for Erlang with Emacs and Eclipse integration

brewmacoslinux
Try with needOr install directly
Source

About

Refactoring tool for Erlang with emacs and Eclipse integration

Commands

wrangler

Examples

Start the Wrangler server for interactive refactoring sessions$ wrangler start
Rename a function across an Erlang project$ wrangler rename-function -oldname old_func -newname new_func -file module.erl
Extract a code sequence into a new function$ wrangler extract-function -file module.erl -start 10 -end 20