emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
bozhidar 2020-03-23T09:00:33.248100Z

This might also be some valid bug. Unfortunately clj-refactor hasn’t been getting much love lately.

bozhidar 2020-03-23T09:01:10.248900Z

@jr0cket Everything in clj-refactor requires a running REPL. The simpler refactorings were moved to clojure-mode a while ago.

bozhidar 2020-03-24T08:52:45.265Z

Thanks! Well, I don’t use clj-refactor myself - grep is my find-usages. 😄

practicalli-john 2020-03-23T09:17:13.256600Z

Thanks for confirming. Although I always have a REPL running, I do now find it easier to use the more general tools you can add to Emacs (helm-swoop, helm-ag, iedit, multiple cursors) as you can use them with any programming language and plan text. I liked the idea of clj-refactor initially, especially coming from big IDE's. I now find the more general tools as effective, but appreciate they take a little time to learn. Hope you and your family / friends are safe and well.

mpenet 2020-03-23T12:43:50.257600Z

is there a way to use cider with prepl already? Tempted to allow the use of a remote repl on a service (off by default), for debugging, but I am a bit worried about adding cider-nrepl as dep

mpenet 2020-03-23T12:44:39.258400Z

99% emacs users, so I don't want to be on the receiving end if I break tooling.

mpenet 2020-03-23T12:45:41.258600Z

quick grep on the repo says no

2020-03-23T12:48:17.259100Z

conjure is one of the few setups that has prepl support -- but that's in vim land

jumar 2020-03-23T13:07:22.260100Z

i don't think so. I just use socket repl (via SSH tunnel) for this; possibly combined with unravel

dpsutton 2020-03-23T13:07:28.260400Z

@mpenet i think cider-nrepl might do some things to standard out that might not be great in prod. check out.clj in there

mpenet 2020-03-23T13:11:10.260600Z

it's not to be used in prod

mpenet 2020-03-23T13:11:24.261Z

it's purely a restart with flag --nrepl and play at your own risk