dirac icon indicating copy to clipboard operation
dirac copied to clipboard

Complete aliased namespaces

Open arichiardi opened this issue 8 years ago • 0 comments

Hi @darwin,

as discussed on Slack, I was testing completions in Dirac and just wanted to open an issue as reminder. Basically completing something like:

(require '[clojure.string :as str])
(str/)

Would be super awesome.

Some inspiration can be taken from Cider's completion tooling for Clojurescript here. I so like the fact that you don't use nRepl at all for this, and basically you're behaving like a self-hosted repl (lumo, planck...) for completions.

Thanks for Dirac by the way and for all your help! :smile:

arichiardi avatar Jun 22 '17 22:06 arichiardi