This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-25
Channels
- # babashka (9)
- # beginners (56)
- # calva (18)
- # clj-kondo (2)
- # clojars (2)
- # clojure (46)
- # clojure-boston (1)
- # clojure-europe (4)
- # clojurescript (10)
- # css (1)
- # data-science (2)
- # emacs (10)
- # girouette (1)
- # helix (10)
- # jobs-discuss (4)
- # malli (2)
- # off-topic (28)
- # polylith (5)
- # re-frame (4)
- # reitit (8)
- # releases (6)
- # rewrite-clj (1)
- # sci (44)
- # sql (10)
- # tools-deps (31)
Hi. Calva does not perform ns derving. The two conditions are already met: https://calva.io/ns-form-deriving/
Hello. Calva relies on clojure-lsp for namespace deriving now. I think you should ask this question in #lsp. We need to update the documentation about this. I'll make an issue for it to be done.
Just so you know, I've now updated the documentation you linked and it now lives here: https://calva.io/namespace-form-auto-creation/
I'm not sure, maybe there is some issue with it analyzing your project. @UKFSJSM38 may be able to help you with this. You can check the logs to see if there was an error during analysis. https://clojure-lsp.github.io/clojure-lsp/troubleshooting/#getting-server-log
namespace auto creating only works if your project was analyzed correctly and your :source-paths are correct (or were correctly auto resolved)
You need to check clojure-lsp server log to confirm both, the link @U9A1RLFNV posted ☝️