Fork me on GitHub
#lsp
<
2022-12-14
>
witek23:12:08

Hi. Using Emacs with lsp-mode. I am trying to use lsp-clojure-move-form . Given an empty function (defn foo []) this ist works fine. I can move the form to an other file. But if the function calls another function (defn foo [] (bar)), the command fails without error message and without any logs I could find. Any ideas?

ericdallo23:12:41

I intend to take a closer look at this soon and try to improve it