Closed eval closed 1 year ago
I tried in my CIDER just now and I can type se<TAB>
, see the Compliment-powered widget pop up, and see the clojure.set
documentation:
Probably there's some translation step at the CIDER level before passing things to Compliment?
Anyway, does that work in your machine? (Assuming you use Compliment in a similar fashion)
I use compliment to enhance (the vendored) rebel-readline in deps-try.
But I also checked in CIDER, and thought it was not working but that was a jack-in using bb. Via clojure it works indeed.
I don't see a reason why not. There could be some minor annoyances where the namespace alias matches one of the vars, and I think in that case the doc will contain both of them. But given that namespace docstrings are quite rare anyway, it shouldn't be a big problem. Looking forward to a PR!
Is this something that we want to support?