Fork me on GitHub
#cursive
<
2016-02-06
>
Kamuela19:02:11

Is the repl I get by Run->Repl with project.clj the same thing I'd get with lein repl?

jdubie20:02:34

“Go To” -> “Test” is disabled for me. my setup is like this:

;; in src/shared/foo/bar.cljc
(defn foo [])

;; in test/shared/foo/bar_test.clj
(deftest foo …)
https://www.dropbox.com/s/8p4dhau8aflrcra/Screenshot%202016-02-06%2012.55.36.png?dl=0

jdubie20:02:55

Should goto work with cljc files? not sure what the problem is