refactor-nrepl
refactor-nrepl copied to clipboard
nREPL middleware to support refactorings in an editor agnostic way
https://github.com/clojure-emacs/refactor-nrepl/tree/v3.5.4#namespace-aliases is currently used for cljr-slash. As the op name says, it returns the namespaces aliases contained in the current project. However, a more sophisticated (and context-aware, for .cljc files)...
## Expected behavior Typing math/ in a CLJC file should insert the libspec `[clojure.math :as math]` into the ns form. ## Actual behavior The libspec inserted is `#?(:clj [clojure.math :as...
## Motivation I like to verify that current released versions of libraries that use rewrite-clj work against rewrite-clj master. This includes refactor-nrepl. I will temporarily disable testing refactor-nrepl in rewrite-clj....