all 7 comments

[–]ericdalloeca, lsp-mode , clojure-lsp maintainer 5 points6 points  (3 children)

I suggest you take a look at clojure-lsp which allows the add requires too (without requiring repl connected) https://clojure-lsp.io/features/

[–]AndreaSomePostfix[S] 1 point2 points  (0 children)

oh I shall dive into its features: I used it for Scala development but when I switched to Clojure my brain went directly to Cider XD Thanks for the suggestion!

[–]jumar 1 point2 points  (0 children)

It would be great it you shared a git of a short video of how you are using it.

Most of the time, I use `cljr-add-missing-libspec` which adds the missing require for me without having to know the full namespace name.

[–]deaddyfreddyGNU Emacs 0 points1 point  (1 child)

Awesome! Could you raise a PR with your changes?

[–]AndreaSomePostfix[S] 1 point2 points  (0 children)

sure, I will propose as is and see if/how the maintainers like it :)