This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-20
Channels
- # announcements (4)
- # beginners (5)
- # biff (1)
- # calva (2)
- # clj-kondo (32)
- # clojure (50)
- # clojure-czech (6)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (77)
- # clojure-uk (2)
- # core-logic (1)
- # cursive (6)
- # datahike (1)
- # datomic (15)
- # emacs (2)
- # events (1)
- # honeysql (1)
- # hyperfiddle (45)
- # introduce-yourself (2)
- # lsp (9)
- # other-lisps (10)
- # overtone (2)
- # polylith (5)
- # practicalli (1)
- # ring (2)
- # shadow-cljs (6)
Hello! I have read that renaming folders is supported, but I can't make it work. I'm using Emacs and clojure-lsp 2023.08.06-00.28.06. When I run the lsp-rename
command over the folder, I get the "The connected server(s) doesn't support renaming". I might be doing something wrong?
BTW, I'm running it from Dired. I don't know if that's the right approach.
You could try renaming a Clojure namespace from a source file and this should rename the underlying directory
Renaming a single namespace does work, but it only affects to that specific namespace. And I want to rename a whole project 😅 So going by one one would be a bit tedious.
Reading https://clojurians.slack.com/archives/CPABC1H61/p1683291506227619 I thought it was possible, but maybe I understood it wrong
@UKFSJSM38 @UK14W219B I think this is the exact same issue: https://github.com/emacs-lsp/lsp-mode/issues/4020