clojure-vim/clj-refactor.nvim

`cred` (extract def) seems to always fail with "Namespaced keywords not supported !"

daveyarwood opened this issue · 3 comments

Maybe I'm just not understanding how this feature works, but I can't seem to get it to do anything except for throw this error:

Namespaced keywords not supported !

I was able to get cref (extract fn) to work, FWIW.

That error is if you have ::foo in your file.

Aha -- I think that was indeed the case for the file I was testing earlier.

I just tried it in a file that has no namespaced keywords and it worked as expected. 👍

Seems like once that issue is fixed upstream, it will likely trickle down into clj-refactor. :)