This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Closed
Description
Hey Antonio, I am playing with an emacs mode for lumo and trying a couple of completions:
Lumo 1.2.0
ClojureScript 1.9.482
Docs: (doc function-name-here)
Exit: Control+D or :cljs/quit or exit
cljs.user=> (lumo.repl/get-completions "lumo.repl/")
#js []
cljs.user=> (lumo.repl/get-completions "lumo.repl")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core/")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core/)")
#js []
cljs.user=> (lumo.repl/get-completions "(clojure.core")
#js ["(clojure.core.reducers"]
cljs.user=> (lumo.repl/get-completions "clojure.core")
#js ["clojure.core.reducers"]
cljs.user=> (lumo.repl/get-completions "cljs.core")
#js ["cljs.core"]
cljs.user=> (lumo.repl/get-completions "cljs.core/")
#js []
cljs.user=> (lumo.repl/get-completions "cljs.core/def")
#js ["cljs.core/default-dispatch-val" "cljs.core/defmacro" "cljs.core/defmethod" "cljs.core/defmulti" "cljs.core/defn" "cljs.core/defn-" "cljs.core/defonce" "cljs.core/defprotocol" "cljs.core/defrecord" "cljs.core/deftype"]
cljs.user=> (lumo.repl/get-completions "cljs.core/")
#js []
Especially regarding clojure.core
. I know these things have low priority, I just wanted to open an issue as a reminder.
Metadata
Assignees
Labels
No labels