In rebel-readline-cljs (with figwheel at least), when aliasing a namespace the alias doesn't autocomplete its content.
Steps to reproduce:
clojure -A:bug-alias
- ... the repl launches
(require '[bug-rebel-readline.core :as bug])
(bug/<CURSOR POSITION>
- Press
<TAB>
Expected: autocomplete with foo, so that (bug/foo
is displayed
Actual: Nothing happens
In rebel-readline, when trying to alias a namespace, there's no autocomplete for the full ns name.
Steps to reproduce:
clojure -A:bug-autocomplete
- ... the repl launches
(require '[bug<CURSOR-POSITION>
- Press
<TAB>
Expected: autocomplete full ns name, so that (require '[bug-rebel-readline.core
is displayed
Actual: Nothing happens
Note: Bug #2 doesn't exist with rebel-readline-cljs, and Bug #1 doesn't exist with rebel-readline