clojure-refactoring icon indicating copy to clipboard operation
clojure-refactoring copied to clipboard

Basic refactoring functionality for clojure/emacs

Results 2 clojure-refactoring issues
Sort by recently updated
recently updated
newest added

extracting: (find-bindings-above-node (first node) expr bnd-syms) from (defn find-bindings-above-node "Returns all binding forms above expr in node." ([node expr](find-bindings-above-node node expr [])) ([node expr bnd-syms] (unique-vec (flatten (cond (more-than-one seq?...

I installed your promising package, but all I'm getting with all refactoring options is this error: Unable to resolve symbol: extract-method in this context [Thrown class java.lang.Exception] I confirm that...