cursive

Issues at: https://git.io/cursive-issues
GGfpc 2021-01-22T12:02:17.007500Z

Hello! Cursive is telling me that defn cannot be resolved in a cljc and cljs project, but only in the cljs files. Here is my deps.edn

{:paths          ["src"]
 :deps {
        clj-http/clj-http {:mvn/version "3.11.0"}
        org.clojure/data.json {:mvn/version "1.0.0"}
        reagent/reagent {:mvn/version "1.0.0"}}}
and my shadow-cljs.edn
{:deps         true
 :dev-http     {8081 "public"}
 :source-paths ["src"]
 :builds       {:app {:target     :browser
                      :output-dir "public/js"
                      :asset-path "/js"
                      :modules    {:main {:init-fn [mate-heatmap.index.render]}}}}}
Not sure what's causing this, I tried deleting the .idea folder and reimporting already

aratare 2021-01-22T12:59:43.007600Z

seems like you don't have clojurescript itself in deps.edn?

GGfpc 2021-01-22T13:09:26.007800Z

wow I'm dumb haha

GGfpc 2021-01-22T13:09:31.008Z

thanks, that fixed it

1👍
thheller 2021-01-22T13:27:08.008700Z

you are missing shadow-cljs too

thheller 2021-01-22T13:27:17.008900Z

which would bring in cljs

kari 2021-01-22T17:48:22.022900Z

I guess you guys in this channel might be interested in reading https://www.metosin.fi/blog/metosin-favorite-editors/

cfleming 2021-01-23T19:47:38.033800Z

Thanks, very interesting indeed!

kari 2021-01-22T17:50:20.024600Z

I counted some statistics: Which editors Metosinians like to use (one or more): • Cursive: 11 • Emacs: 5 • Vim: 2 • Eclipse: 1 • VSCode: 3

3🥳
kari 2021-01-22T17:50:50.025200Z

Paredit or parinfer? • paredit: 13 • parinfer: 1 • something else: 1

cfleming 2021-01-22T23:41:00.025700Z

That would be great, thank you.