Fork me on GitHub
#cursive
<
2018-04-20
>
justinlee17:04:25

should cursive be able to resolve :refered symbols? It doesn’t seem to be picking them up for me in a cljs environment

shaun-mahood18:04:13

For some reason I don't get the option to resolve custom symbols when I click the lightbulb on an unrecognized form - using IntelliJ 2017.2.6 and Cursive 1.7.0-eap2-2017.2, all I get is the option "Create Function" Any ideas where I should start to troubleshoot this?

shaun-mahood18:04:31

Oh nevermind, I forgot something in my requires and now it all works fine.

cfleming19:04:11

@lee.justin.m Yes, it should. Do you have an example?

justinlee19:04:12

@cfleming I’m doing this [promesa.core :as promesa :refer [then catch]], but then and catch are still highlighted as “cannot be resolved”

justinlee19:04:32

oh wait. i just realized it’s because i’m using shadow and didn’t update the fake project.clj

justinlee19:04:51

sorry false alarm