You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 😄
The text was updated successfully, but these errors were encountered:
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:
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! 😄
The text was updated successfully, but these errors were encountered: