Fork me on GitHub
#clj-kondo
<
2022-03-10
>
robert-stuttaford13:03:12

i would love a tool that allowed me to move vars between namespaces, and have it automatically update all the relevant namespaces correctly - adding new requires, removing old (but only if they're not already correct). is there such a thing? how close are we to being able to do this? what's the next step?

robert-stuttaford13:03:47

(so, i'm talking about modifying the source code in an editor here, not the loaded vars in memory), like a refactoring tool

borkdude13:03:00

The closest to this would be clojure-lsp. Try #lsp

jumar14:03:58

i think clj-refactor also has some facilities for that.

robert-stuttaford16:03:41

that would be great if it did :as!