Fork me on GitHub
#cursive
<
2018-10-30
>
claudiu14:10:17

was wondering is there any reason why (:require [module :as my-module :refer [a b c]]) cursive will not highlight with gray if a is not used in the file, seems to work just for my-module ?

cfleming17:10:44

@claudiu Just because I haven’t done that yet - I’m planning a few new features around require :refer which will help that.

claudiu12:11:33

awesome 🙂 thank you

Azzurite19:10:28

@vinai I work with a single run config for a REPL. I start it two times, and in one i just do (figwheel.main.api/start "dev")

vinai19:10:58

Oh, interesting. Starting the same config twice seems like a simple approach, too. Thanks, will try that tomorrow

vinai20:10:15

I'm not yet using figwheel-main however, but I'll just call figwheel-sidecar.repl-api/start-figwheel! and cljs-repl.