Fork me on GitHub
#clojurescript
<
2019-04-02
>
Adrian07:04:53

Hi! I have a question on debugging figwheel-main rather. I am using a windows machine and figwheel-main is rather buggy on this os. I want to debug it but I'm not sure where to start 🙂

dominicm15:04:24

Modify the source, and use :local/root to point at your modified version

alex16:04:22

Hi all! I was following the getting started tutorial for Figwheel, and noticed that in the "Rebel Readline" REPL they recommend, even though autocomplete works for fully qualified namespace names, if I (require '[hello.world :as world]), there's no autocomplete / docstring showing / etc. for world/my-func.

alex16:04:55

Is that intentional? Or is there something buggy with my setup? I also noticed that I can get autocomplete for clojure.string/... but not clojure.pprint/..., for example.