Fork me on GitHub
#cider
<
2022-11-28
>
George04:11:02

Does clj-refactor rename file/dir work in cljs files in some way? It's telling me "cider not connected", I guess because it requires the nrepl middleware which maybe is only on clj side?

vemv06:11:07

it certainly works, but it needs a cider-nrepl connection (since a nrepl middleware powers this stuff)

vlnn09:11:36

We need cider connection even to look for docs or apropos — of course clj-refactor needs even more/

George00:11:42

thanks, I did have a repl up but maybe some config was off -- first use of cljr. I'll try again.