This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-07
Channels
- # announcements (1)
- # babashka (38)
- # beginners (21)
- # calva (1)
- # cider (6)
- # cljsrn (1)
- # clojure-austin (3)
- # clojure-dev (23)
- # clojure-europe (51)
- # clojurescript (2)
- # clr (100)
- # conjure (3)
- # core-typed (3)
- # data-science (2)
- # fulcro (21)
- # joker (1)
- # joyride (1)
- # lsp (7)
- # malli (4)
- # nbb (5)
- # reagent (1)
- # releases (1)
- # shadow-cljs (5)
- # spacemacs (5)
- # squint (5)
- # xtdb (16)
lsp-clojure-move-form
isn't working right. It doesn't add references the moved form needs to the destination namespace.
https://github.com/clojure-emacs/clj-refactor.el (a CIDER addition) does this part properly. (Unfortunately, it's even more broken in other ways.)
that's a complex feature to implement, it's a work in progress currently with known missing parts: https://github.com/clojure-lsp/clojure-lsp/issues/566
The current behavior was implemented https://github.com/clojure-lsp/clojure-lsp/pull/871
the main issue is the need to handle multiple corner cases as mentioned in the issue and PR
It is better than doing everything by hand, but correcting the problems gets tedious. I'll read through those and see if I've noticed any edge cases not mentioned.